From 189698c044eb3362e65d213c35f425694eba9f27 Mon Sep 17 00:00:00 2001 From: Patrick Simianer
Date: Thu, 10 Mar 2016 15:53:09 +0100
Subject: js: bugfixes and additions (auto scrolling ...)
---
js/jquery.scrollTo.min.js | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 js/jquery.scrollTo.min.js
(limited to 'js')
diff --git a/js/jquery.scrollTo.min.js b/js/jquery.scrollTo.min.js
new file mode 100644
index 0000000..983eb88
--- /dev/null
+++ b/js/jquery.scrollTo.min.js
@@ -0,0 +1,7 @@
+/**
+ * Copyright (c) 2007-2015 Ariel Flesler - aflesler ○ gmail • com | http://flesler.blogspot.com
+ * Licensed under MIT
+ * @author Ariel Flesler
+ * @version 2.1.3
+ */
+;(function(f){"use strict";"function"===typeof define&&define.amd?define(["jquery"],f):"undefined"!==typeof module&&module.exports?module.exports=f(require("jquery")):f(jQuery)})(function($){"use strict";function n(a){return!a.nodeName||-1!==$.inArray(a.nodeName.toLowerCase(),["iframe","#document","html","body"])}function h(a){return $.isFunction(a)||$.isPlainObject(a)?a:{top:a,left:a}}var p=$.scrollTo=function(a,d,b){return $(window).scrollTo(a,d,b)};p.defaults={axis:"xy",duration:0,limit:!0};$.fn.scrollTo=function(a,d,b){"object"=== typeof d&&(b=d,d=0);"function"===typeof b&&(b={onAfter:b});"max"===a&&(a=9E9);b=$.extend({},p.defaults,b);d=d||b.duration;var u=b.queue&&1