- index.html
- style.css
HTML
1
2
<!DOCTYPE html>
lang="en"
CSS
1
2
.fuel {
animation-name: fire;
GoalsCompleted 0 out of 2
- Create an animation
fly
containing a frameto
with atransform: rotate(40deg) translate(0px, -500px)
transformation, - then assign this animation to the rocket
.rocket
: duration1s
, animation delay1s
,ease-in
type, keep the state after animation.