jquery animate -
I have to use animated properties for less than general activity. I'm new to jquery, so I do not know Exits right from the box for jquery, but lets see it.
$ ('#zoom'). Toggle (function () {img. Properties of removal ("height"); $ ("# draggable"). Draggable ();},
zooming the image by removing the height barrier And gives the image its overall appearance. Can I animate this transition?
< Code> $ ("#zoom"). Animate ({'height': '1024px'}, {'queue': false, 'period': 2000}
To pass the height you have to know at full resolution you can try to pass 100% ("Height": '100%'}, {'queue': false, 'duration': 2000} / Pre>
More information about jquery animation can be found.
Comments
Post a Comment