Custom Examples

Fly in for layer transition-in

anime.js script to be added to your Visual Custom JS or Global Body JS
html
<script> anime({ targets: '.layer.layer-transition-in', translateX: 250 }); </script>