w jaki sposób zatrzymać poniżej animacje po jej odtworzeniu?
Próbowałem wg dokumentacji jquery, ale stoi wtedy w miejscu :/ (próbowałem pokombinować, ale nic...)
dzięki
<script> function animate() { var path = { start: { x: 0, y: 0, angle: 300, length: 0.907 }, x: 140, y: 1030, angle: 5.012, length: 0.907 } }; $('.kolo').animate({ path : new $.path.bezier(path) }, 25000, animate ); } $(document).ready(function(){ animate(); }); </script>