Skip to content

Add animation method to Autoscroll plugin#835

Merged
snake-345 merged 3 commits into
jsor:masterfrom
molotoff:master
May 31, 2018
Merged

Add animation method to Autoscroll plugin#835
snake-345 merged 3 commits into
jsor:masterfrom
molotoff:master

Conversation

@molotoff

Copy link
Copy Markdown

jCarousel is not working with animation methods diff from 'scroll'


this._timer = setTimeout($.proxy(function() {
this.carousel().jcarousel('scroll', this.options('target'));
this.carousel().jcarousel(this.options('method'), this.options('target'));

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you forgot default option, and please add to documentation about it

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants