Aminerman / vue-kinesis

Easily create complex interactive animations with Vue.js
https://www.aminerman.com/kinesis/
MIT License
1.47k stars 59 forks source link

Parallax breaks OwlCarousel slider swipe #25

Closed ErriourMe closed 4 years ago

ErriourMe commented 4 years ago

I have vue OwlCarousel package. If I'm trying set parallax on slide, slide becomes impossible to swipe. Example (common behavior of OwlCarousel at top and behavior with <kinesis-container> below):

bandicam 2020-03-03 22-08-15-887

Aminerman commented 4 years ago

Could you make a small CodeSandbox that reproduces this behavior? It would be quite helpful.

Aminerman commented 4 years ago

I reproduced the bug and updated the package with a fix. Please give it a try and tell me if it fixes your bug. Thanks for your feedback!

ErriourMe commented 4 years ago

Yep, no problems now. Thanks!