search for: scalefromtopbottom

Displaying 1 result from an estimated 1 matches for "scalefromtopbottom".

2006 Mar 10
0
Effect.Scale
...t.Scale("test", 100, {scaleMode: { originalHeight: 400, originalWidth: 200 }}); but this leaves out the nice transition effect. I''d like to keep the "scale" and just resize the window, is this possible? Also, any plans on implementing more scaleFrom options? Like scaleFromTopBottom, or better yet, {scaleFrom: topLeft || top || topRight ... } so you can scale from any of the eight corners or center. Another wish is to be able to scale to arbitrary absolute coordinates. Say I have some sort of picture gallery and for each thumbnail click, it scales to a center position....