I've uncommented the lines for loading of jquery-easing.1.3.js and jquery-easing-compatibility.1.3.js and added an easing method in snazzy-archives.js for the buttons: { $(".sz_carousel").jCarouselLite({ btnNext: "#szright", btnPrev: "#szleft", // mouseWheel: true, // scrolling left – right with mouse wheel. you need to uncomment mousewheel.js in the code visible:4, // number of visible elements circular:false, //is it circular def_width:130, // width + padding width def_height:0, scroll: 2, easing: "easeInQuad" });
but easing doesn't work and I lose scrolling function on the buttons. Am I missing something?
Vladimir’s WordPress Forum
easing in carousel mode
14:50
1 August, 2009
P01W
I've uncommented the lines for loading of jquery-easing.1.3.js and jquery-easing-compatibility.1.3.js and added an easing method in snazzy-archives.js for the buttons:
{
$(".sz_carousel").jCarouselLite({
btnNext: "#szright",
btnPrev: "#szleft",
// mouseWheel: true, // scrolling left – right with mouse wheel. you need to uncomment mousewheel.js in the code
visible:4, // number of visible elements
circular:false, //is it circular
def_width:130, // width + padding width
def_height:0,
scroll: 2,
easing: "easeInQuad"
});
but easing doesn't work and I lose scrolling function on the buttons. Am I missing something?
paris