Skip to content

Instantly share code, notes, and snippets.

@Tsunamijaan
Created September 12, 2018 14:04
Show Gist options
  • Save Tsunamijaan/ce88a70574fcf4474f7eb93494369267 to your computer and use it in GitHub Desktop.
Save Tsunamijaan/ce88a70574fcf4474f7eb93494369267 to your computer and use it in GitHub Desktop.
$.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