What is this effect called? 'Grow/shrink'? 'Fly-out/fly-in'?
I have seen links that open modal windows AND h开发者_JAVA技巧ave a nice animation effect that create the illusion that the window grows out of the link clicked. On closing the window a similar animation shows that the window shrinks and disappears in the link which originally opened it. I remember I saw it on some jquery page but don't remember where and don't know what this effect is called.
Have you seen this? Examples?
Sounds like a custom animation using the .animate() function, probably expanding height and width.
I think it is actually called "grow" and "shrink".
Here's an example: http://www.malsup.com/jquery/cycle/grow.html
nyroModal has a similar grow/shrink animation when you click links, but it doesn't fly out of the link you clicked if that is what you mean
you can check it out at http://nyromodal.nyrodev.com/
The page featuring this is part of interface package by Stefan Petre. The author, in code, calls the effect TransferTo
and the helper could be found in source in ifxtransfer.js
file.
精彩评论