You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, nextItem() and previousItem() both have to finish animation before accepting another call to either method. This breaks the flow when a user want to quickly navigate to specific item.
Currently,
nextItem()andpreviousItem()both have to finish animation before accepting another call to either method. This breaks the flow when a user want to quickly navigate to specific item.There should be a way to skip these animations.