Animate a pendulum: Difference between revisions

Content added Content deleted
(→‎Within SVG: oops, add missing ending lang tag)
(→‎Within SVG: directly call animate)
Line 2,432: Line 2,432:
}
}
window.requestAnimationFrame(animate);
window.requestAnimationFrame(animate);
}
}()

window.requestAnimationFrame(animate)
</script>
</script>
</svg>
</svg>