naver / egjs-flicking

🎠 ♻️ Everyday 30 million people experience. It's reliable, flexible and extendable carousel.
https://naver.github.io/egjs-flicking/
MIT License
2.69k stars 129 forks source link

why was absolute progress removed from 4.x.x #866

Open marko-mlinarevic opened 2 weeks ago

marko-mlinarevic commented 2 weeks ago

Description

why was absolute progress removed from 4.x.x?

malangfox commented 1 week ago

Hello @marko-mlinarevic.

If it's the progress property of the move event that you're referring to in your issue, it looks like it was removed because it was difficult to ensure stable behavior in all situations.

However, in the general case, a similar implementation could be possible using the move event and status of Flicking.

If you want to use progress in version 4, perhaps we can leave an example demo to implement the progress property.