aboutsummaryrefslogtreecommitdiffstats
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-07-23 16:49:03 -0400
committerTait,Trevor(rt0435) <rtait@amdocs.com>2018-08-08 14:14:22 -0400
commit6dcf97a8e2160f9d54a3a155a36f4c4fa7e35f0d (patch)
tree9d640649b9dd671375a415994dba8dc6538a6c3d /src/main/resources/META-INF/resources/swagger/lib/jquery.slideto.min.js
parenta5ca3ae3f9729fa628042e17ea78dde99706be76 (diff)
Initial Network Discovery Context Builder code
Issue-ID: LOG-401 Change-Id: Id7211386f5eb7f9de2706037fbaf336c636e906c 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);