Closed Znarkus closed 12 years ago
Even if I change "animation" it is still set to "horizontal-push". Adding console.debug(this.options.animation); to line 423 in 1.3 outputs "horizontal-push". Can't find the cause for this issue.
console.debug(this.options.animation);
Tried this in both 1.2.3 and 1.3.
Nvm, somehow I thought the option was "animate". My bad.
Even if I change "animation" it is still set to "horizontal-push". Adding
console.debug(this.options.animation);
to line 423 in 1.3 outputs "horizontal-push". Can't find the cause for this issue.Tried this in both 1.2.3 and 1.3.