Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
In this video, you will complete the badge animation by creating the star animation keyframes.
Update
If the rotation appears off-center, apply transform-box: fill-box
to your SVG, like so:
.star {
animation: turn 1.1s .2s ease-out backwards;
transform-box: fill-box;
}
You can learn more about transform-box
on MDN.
Quick Reference
Related Videos
Browser Support
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Samuel Kleos
Front End Web Development Techdegree Student 13,728 Points1 Answer
-
Samuel Kleos
Front End Web Development Techdegree Student 13,728 Points1 Answer
-
Melissa L
Front End Web Development Techdegree Student 10,296 Points0 Answers
-
Nick Huemmer
Front End Web Development Techdegree Graduate 26,840 Points3 Answers
-
Sam Weeks
Front End Web Development Techdegree Student 16,699 Points1 Answer
-
MIHA W.LEE
PHP Development Techdegree Graduate 25,452 Points1 Answer
-
paul oram
3,429 Points4 Answers
-
Kaushik Sanyal
6,378 Points2 Answers
-
goshgarhuseynov
Front End Web Development Techdegree Student 10,873 PointsWhat does @keyframes 0%, 30%,... mean?
2 Answers
-
Andrew Lim
8,004 PointsWhen did he change the transform-origin back to 50% 50%?
Posted by Andrew LimAndrew Lim
8,004 Points1 Answer
-
PLUS
Michael Braga
Full Stack JavaScript Techdegree Graduate 24,174 Points1 Answer
-
Emmanuel Rojas
6,994 Points1 Answer
-
webdesignertroy
Front End Web Development Techdegree Graduate 14,718 PointsMy small circles won't pulse correctly (Hacking the Firefox Glitch)
7 Answers
-
Abhishek Bhardwaj
3,316 Points0 Answers
-
Jacob Brech
7,224 Points2 Answers
-
Keith Corona
9,553 PointsFinishing the animation sequence - what if we wanted the star points to delay in a specific order?
Posted by Keith CoronaKeith Corona
9,553 Points2 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up