Skip to content

Instantly share code, notes, and snippets.

@kewang
Created April 25, 2017 13:52
Show Gist options
  • Save kewang/5d3f4c69fd500a03198067cbdb3890c5 to your computer and use it in GitHub Desktop.
Save kewang/5d3f4c69fd500a03198067cbdb3890c5 to your computer and use it in GitHub Desktop.
/*price range*/
$('#sl2').slider();
var RGBChange = function() {
$('#RGB').css('background', 'rgb('+r.getValue()+','+g.getValue()+','+b.getValue()+')')
};
/*scroll to top*/
$(document).ready(function(){
$(function () {
$.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 in 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 the top
scrollText: '<i class="fa fa-angle-up"></i>', // 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
});
});
$("#carousel-image").height($(".girl:first").height()); // 只有加這一行
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment