Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Debugging and Testing Animations

Kevin Weeks
@thetallweeks

Animation Challenges

Multiple moving
parts

Dicult to stop or
pause

DOM elements
entering and leaving

What should be tested?

Testing with Jasmine

Not testing appearance


Test our code, not Angulars

Summary

Debugging in dev tools


Testing $animate in directives
Testing JavaScript animations
Conclusion

You might also like