META-INF.resources.lib.jquery.slideto.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-spring-boot-starter-ui
Show all versions of swagger-spring-boot-starter-ui
配合在SpringBootSwaggerStarter,这只包含ui文件,在springfox官方提供的原版界面文件基础上修改了显示语言,简化了显示内容。
具体使用请查看:https://my.oschina.net/songxinqiang/blog/1490463
!function(i){i.fn.slideto=function(o){return o=i.extend({slide_duration:"slow",highlight_duration:3e3,highlight:!0,highlight_color:"#FFFF99"},o),this.each(function(){obj=i(this),i("body").animate({scrollTop:obj.offset().top},o.slide_duration,function(){o.highlight&&i.ui.version&&obj.effect("highlight",{color:o.highlight_color},o.highlight_duration)})})}}(jQuery);