<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/kute.min.js"></script> <script defer> const tween = KUTE.fromTo( #blob1, { path: '#blob1' }, { path: '#blob2' }, { repeat: 999, duration: 3000, yoyo: true} ) tween.start() </script> {% include 'animation/darkGreen/registration.html'%} {% include 'animation/yellow/registration.html' %}