Skip to content

Commit d60b755

Browse files
committed
jquery.serialScroll 1.3.0
1 parent 788f1a7 commit d60b755

File tree

6 files changed

+12
-245
lines changed

6 files changed

+12
-245
lines changed

jquery.serialScroll_1.2.4/jquery.serialScroll.js

Lines changed: 0 additions & 233 deletions
This file was deleted.

jquery.serialScroll_1.2.4/jquery.serialScroll.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

jquery.serialScroll_1.2.4/jquery.serialScroll.dnn renamed to jquery.serialScroll_1.3.0/jquery.serialScroll.dnn

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dotnetnuke type="Package" version="5.0">
22
<packages>
3-
<package name="jquery.serialScroll" type="JavaScript_Library" version="1.2.4">
3+
<package name="jquery.serialScroll" type="JavaScript_Library" version="1.3.0">
44
<friendlyName>jquery.serialScroll</friendlyName>
55
<description>This plugin allows you to easily animate any series of elements, by sequentially scrolling them. It uses jQuery.ScrollTo to achieve the scrolling animation. It is a very unrestricted plugin, that lets you customize pretty much everything from outside. You can use horizontal or vertical scroll, also combined. </description>
66
<owner>
@@ -14,23 +14,23 @@
1414
<azureCompatible>true</azureCompatible>
1515
<dependencies>
1616
<dependency type="managedPackage" version="1.8.0">jQuery</dependency>
17-
<dependency type="managedPackage" version="1.4.3">jquery.scrollTo</dependency>
17+
<dependency type="managedPackage" version="2.1.0">jquery.scrollTo</dependency>
1818
</dependencies>
1919
<components>
2020
<component type="JavaScript_Library">
2121
<javaScriptLibrary>
2222
<libraryName>jquery.serialScroll</libraryName>
23-
<fileName>jquery.serialScroll.js</fileName>
23+
<fileName>jquery.serialScroll.min.js</fileName>
2424
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
25-
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/jquery.serialScroll/1.2.4/jquery.serialScroll.min.js</CDNPath>
25+
<CDNPath>https://cdnjs.cloudflare.com/ajax/libs/jquery.serialScroll/1.3.0/jquery.serialScroll.min.js</CDNPath>
2626
<objectName>jQuery.serialScroll</objectName>
2727
</javaScriptLibrary>
2828
</component>
2929
<component type="JavaScriptFile">
3030
<jsfiles>
3131
<libraryFolderName>jquery.serialScroll</libraryFolderName>
3232
<jsfile>
33-
<name>jquery.serialScroll.js</name>
33+
<name>jquery.serialScroll.min.js</name>
3434
</jsfile>
3535
</jsfiles>
3636
</component>

jquery.serialScroll_1.3.0/jquery.serialScroll.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)