Slide 17
Slide 17 text
Optimizing Framerate
• Sadly, SVG is not hardware accelerated
• One solution: make the SVG element
as small as it can be
• Or, try removing setInterval /
requestAnimationFrame in favor of
event-based animation
• If all else fails: refactor the animations!