Gentle Media

Results 4 comments of Gentle Media

I use https://animejs.com/ and then in particular the timeline function (https://animejs.com/documentation/#timelineBasics) in the callbackFunction of viewportChecker() to create complexed delayed animations. Example: ``` $('.product').viewportChecker({ offset: 300, callbackFunction: function () {...

That slider in the codepen starts automatically on page load for me in Chrome and Firefox on macOS.

> Can it be a browser or computer issue? It's definitely an issue on your end, because the autoplay option works as intended in all major browsers. Try to figure...