-
19 Feb 2007 6:02 PM #1
Animation/Fx
Animation/Fx
I originally had:
How would you go about this now?Code:var actor = new Ext.Actor('lgform', null, true); actor.moveIn('left', null, 1); actor.play();
Thanks for any help!
-
19 Feb 2007 8:27 PM #2
Actually moveIn/moveOut probably should be ported over. I liked those two.

If you haven't used alignTo before, it is a great function. alignTo received major upgrades in the release, thanks to the help of bmoeskau (Brian). Check out the docs for it.
This would probably work for you:
el.alignTo(document, 'c-l').show().alignTo(document, 'c-c', null, true);
Obviously not quite as clean but more powerful (can moveIn from corners). I will plan on adding short handed moveIn/Out functions.
Similar Threads
-
Animation Direction
By jon.whitcraft in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 6 Mar 2007, 12:06 PM -
Side Effect with Animation v1.0a2
By mikegiddens in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 26 Feb 2007, 7:34 PM -
something wrong with animation code
By rrraven in forum Ext 1.x: BugsReplies: 5Last Post: 24 Feb 2007, 12:18 AM -
Expand dialog animation
By Alidad in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 28 Jan 2007, 10:11 AM


Reply With Quote