Responsive animate on scroll settings

I usually disable scrolling animations on mobile devices - mostly because it never looks as smooth, and delays can appear differently than on desktop.

It doesn’t look like you’re able to do that with Cwicly’s animation settings. They persist across all viewport sizes.

I’d be nice if the settings were made responsive… or you could choose to disable on different viewports.

3 Likes

Until this gets introduced for the UI, here is the native and very simple way to achieve it.
Just in case someone is interested.

4 Likes

Thanks for the tip!

I suggest a small improvment to prevent JS error when there is no animation on the page:

<script>
if (typeof AOS !== "undefined") {
  AOS.init({disable: 'mobile'});
}
</script>

Hi team,
Any update on this one?
This doesn’t sound so difficult to implement and would be really useful.
Thanks!