Created
September 12, 2018 14:04
-
-
Save Tsunamijaan/ce88a70574fcf4474f7eb93494369267 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.scrollUp({ | |
scrollName: 'scrollUp', // Element ID | |
scrollDistance: 300, // Distance from top/bottom before showing element (px) | |
scrollFrom: 'top', // 'top' or 'bottom' | |
scrollSpeed: 300, // Speed back to top (ms) | |
easingType: 'linear', // Scroll to top easing (see http://easings.net/) | |
animation: 'fade', // Fade, slide, none | |
animationSpeed: 200, // Animation speed (ms) | |
scrollTrigger: false, // Set a custom triggering element. Can be an HTML string or jQuery object | |
scrollTarget: false, // Set a custom target element for scrolling to. Can be element or number | |
scrollText: 'UP', // Text for element, can contain HTML | |
scrollTitle: false, // Set a custom <a> title if required. | |
scrollImg: false, // Set true to use image | |
activeOverlay: false, // Set CSS color to display scrollUp active point, e.g '#00FFFF' | |
zIndex: 2147483647 // Z-Index for the overlay | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment