Sunday, March 11, 2012

How can i animation for open & close panel

Garbin (http://aspadvice.com/blogs/garbin/) (who created Geotag it) could answer this better, but you can download the source code, and search for things like:

<clipAnimation id="panel_search_slide"
target="panel_search"
duration="0.1"
fps="70"
hiddenWidth="277"
/>
in the Mashup.aspx file. This references the ClipAnimation.js file where the source code for that behavior resides. That should give you a heads up as to how its done.


Thanx paul, i do it..

No comments:

Post a Comment