I know you can scale to arbitrary size with new Effect.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. You wouldn''t supply the percantage argument, since that would be derived from the given coordinates. I could of course go ahead and write this stuff myself but I wanted to check first :) If I do go ahead and write it (or something else that might fit in scriptaculous) are there people who "check and integrate" so to speak. I don''t think I know the internals of scriptaculous good enough to make good integration, so are there people who take "patches/hax" and turn them into good stuff? Pretty new so I''m just wondering ... Andreas