jquery scrollTo or animate to top? -
i'm using plugin:
- open plugin
- if u click image opens big one. when closing it, body should scroll up.
i want make scroll top on click close.!
perhaps: adding class self.$item.addclass( 'not-expanded' );
work?but doesn't.
if ($('.not-expanded').is(':visible')) { $('html').animate({top:'110px'}, 800 ); }
apparently, way close big image clicking on cross in right top corner of div. suggest go in .js file animate "slideup" of div when click on cross , add callback function animation scrolltop.
Comments
Post a Comment