-
8 Oct 2010 12:12 AM #1
[OPEN-412] 0.96 direction for flip animation is wrong
[OPEN-412] 0.96 direction for flip animation is wrong
STR: create a CardLayout with 2 cards and call setCard with animation {type: 'flip', direction: 'left'} and {type: 'flip', direction: 'right'}. You'll see that the flip transform is the same for left and right.
Fix: change ext-touch-debug.js line number 10529 from
if (this.direction == 'right' || this.direction == 'left') {
to
if (this.direction == 'right' || this.direction == 'down') {
-
8 Oct 2010 10:49 AM #2
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-185] TabPanel with 'slide' animation should slide the other direction
By orangechicken in forum Sencha Touch 1.x: BugsReplies: 6Last Post: 13 Aug 2010, 1:02 AM -
Flip animation
By gwthompson in forum Sencha Touch 1.x: DiscussionReplies: 1Last Post: 30 Jul 2010, 10:26 AM -
BoderLayout.west:Collapsing into wrong direction!
By mabra in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 29 Aug 2009, 11:58 AM -
Animation Direction
By jon.whitcraft in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 6 Mar 2007, 12:06 PM -
something wrong with animation code
By rrraven in forum Ext 1.x: BugsReplies: 5Last Post: 24 Feb 2007, 12:18 AM


Reply With Quote