Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 222 forks source link

Fix direction change in nextSlide & previousSlide #50

Closed cyberj closed 5 years ago

cyberj commented 6 years ago

Hello,

When using nextSlide & previousSlide methods, slide transitions are not handled correctly because the direction change is not sent to the slides.

This PR fixes this.

cyberj commented 6 years ago

Done :)

yaodingyd commented 5 years ago

Thanks for your contribution! I'll refactor some of it based on my last comment.