-
25 Aug 2010 8:26 AM #1
animate margin property
animate margin property
Hello,
I am trying to animate a margin-left property.
From the docs I see margin is among things that can be animated, I just can't make it to work.
Does anyone have any example?
Thank you!
-
25 Aug 2010 9:57 AM #2
Code:Ext.lib.Anim.motion(myDomElement, { 'margin-left': {to: 200}, duration: 1.0, easing: 'easeNone' }).animate();Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
Similar Threads
-
Animate help
By perrin4869 in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 6 Oct 2009, 2:49 AM -
How to animate CSS property with Ext?
By paladinjack in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 19 Nov 2007, 10:50 AM -
animate Window
By HarryC in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 25 Oct 2007, 7:09 AM


Reply With Quote