Taking presentation out of JavaScript one setInterval at a time

Who am I?

Quick History

Thanks to…

Now

Visual Effects don't belong in JS because

CSS Animations

CSS Animations

Browser Support

Which means…

Transitions

Timing Function

Transition Events

Uncool things about Transitions

CSS Animations

CSS Animations

Animation Events

Uncool things about Animations

When to use what?

Example

Differences

Differences (CPU usage)

Comparison to JavaScript animation

Performance of CSS vs JS animations?

Performance

In Summary

Using it now

requestAnimationFrame

Thanks