summaryrefslogtreecommitdiffstats
path: root/src/main/resources/META-INF/resources/swagger/lib/jquery.slideto.min.js
diff options
context:
space:
mode:
authorTait,Trevor(rt0435) <rtait@amdocs.com>2018-10-03 15:08:34 -0400
committerMohammadreza Pasandideh <mohammadreza.pasandideh@amdocs.com>2018-10-09 15:36:22 -0400
commita2423cf3ba54da34bb865befd44d56bbb925a94b (patch)
tree6d4ac22b24f3f33087edc3e7c077ef3d6ad96469 /src/main/resources/META-INF/resources/swagger/lib/jquery.slideto.min.js
parent2fb09922810847108464ba52e5b68907d5176e7a (diff)
POMBA: SDNC Context Builder
Initial code for POMBA: SDNC Context Builder Issue-ID: LOG-520 Change-Id: I6b06561b9050acc83b0c2b18b21c94f0f13f63e4 Signed-off-by: Tait,Trevor(rt0435) <rtait@amdocs.com>
Diffstat (limited to 'src/main/resources/META-INF/resources/swagger/lib/jquery.slideto.min.js')
-rw-r--r--src/main/resources/META-INF/resources/swagger/lib/jquery.slideto.min.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/META-INF/resources/swagger/lib/jquery.slideto.min.js b/src/main/resources/META-INF/resources/swagger/lib/jquery.slideto.min.js
new file mode 100644
index 0000000..ba32cff
--- /dev/null
+++ b/src/main/resources/META-INF/resources/swagger/lib/jquery.slideto.min.js
@@ -0,0 +1 @@
+(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);