All Downloads are FREE. Search and download functionalities are using the official Maven repository.

swagger.lib.jquery.slideto.min.js Maven / Gradle / Ivy

There is a newer version: 5.2.7
Show newest version
(function(b){b.fn.slideto=function(a){a=b.extend({slide_duration:"slow",highlight_duration:3E3,highlight:true,highlight_color:"#FFFF99"},a);return this.each(function(){obj=b(this);b("body").animate({scrollTop:obj.offset().top},a.slide_duration,function(){a.highlight&&b.ui.version&&obj.effect("highlight",{color:a.highlight_color},a.highlight_duration)})})}})(jQuery);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy