Animation Basics: Jeff Batt
Animation Basics: Jeff Batt
Jeff Batt
FOUNDER & TRAINER
@jeffbatt01 www.learningdojo.net
Downloading Animate CSS
Demo
https://daneden.github.io/animate.css/
Attaching Animate CSS
Demo
Copy CSS into project
Attach CSS file
<link rel="stylesheet" type="text/css" href="css/animate.css">
Attaching Animate.css
Before you can animate you must attach the CSS
Exploring the Various Animations
Demo
Look at various animations
Review animated class
<div class=“animated className”>
Animated Class
Every animation needs to have the animated class.
Animating Your First Object
Demo
Adding our first animation
Preview the animation
Change the animation
Looping Animations
Demo