kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.34k stars 5.88k forks source link

blur elements on swipe #4062

Closed ThisIshc closed 3 years ago

ThisIshc commented 3 years ago

When you swipe, a blur effect occurs, which distorts the image. Caught this bug while animating. It can be seen on the demo page

speeday commented 3 years ago

Hi @ThisIshc,

It would be good if you could share an some code via CODEPEN, or else to understand it in details.

hkaraoglu commented 3 years ago

@speeday you can view live example below website. When you swipe it, the texts and photos have a blur effect for a while.

https://jetklinik.com

hkaraoglu commented 3 years ago

I found a solution. If I disable useTransform property, it is solved.

useTransform: false

ThisIshc commented 3 years ago

yep, thanks