freeCodeCamp's Animate Elements Continually Using an Infinite Animation Count VIDEO
In this lesson from the Applied Visual Design section we are looking at how to give out animation an infinite duration. We learn that there is an animation attribute we have acces to called animation-iteration-count. Our code had the number 3 as the default value for our animation-iteration-count. We learn that by putting the value "infinite", the special keyword will run our keyframe rules infinitely.
Other Videos By We Will Code 2018-10-30 freeCodeCamp's Introduction to Javascript, Math Operators in JS (pt.2) 2018-10-29 freeCodeCamp's Introduction to Javascript, Comments, Variables, & Casing 2018-10-29 Create a Media Query, Responsive Web Design 2018-10-28 freeCodeCamp's Make Motion More Natural Using a Bezier Curve 2018-10-28 freeCodeCamp's Use a Bezier Curve to Move a Graphic, Applied Visual Design 2018-10-28 freeCodeCamp's Learn How Bezier Curves Work, Applied Visual Design 2018-10-26 freeCodeCamp's Change Animation Timing with Keywords, Responsive Web Design 2018-10-25 freeCodeCamp's Animate Multiple Elements at Variable Rates, Applied Visual Design 2018-10-25 freeCodeCamp's Animate Elements at Variable Rates, Applied Visual Design 2018-10-14 freeCodeCamp's Make a CSS Heartbeat using an Infinite Animation Count 2018-10-14 freeCodeCamp's Animate Elements Continually Using an Infinite Animation Count 2018-10-10 freeCodeCamp's Create Visual Direction by Fading an Element From Left To Right 2018-10-09 freeCodeCamp's Create Movement Using CSS Animation, Applied Visual Design 2018-10-04 freeCodeCamp's Modify Fill Mode of an Animation, Applied Visual Design 2018-10-04 freeCodeCamp's Use CSS Animation to Change the Hover State of A Button, Applied Visual Design 2018-10-01 freeCodeCamp's Create a More Complex Shape Using CSS and HTML 2018-09-30 freeCodeCamp's Create a Graphic Using CSS, Applied Visual Design 2018-09-28 freeCodeCamp's Use the CSS Transform Property skewY to Skew 2018-09-28 freeCodeCamp's Use the CSS Transform Property skewX to Skew an Element Along the X-Axis 2018-09-27 freeCodeCamp's Use the CSS Transform scale Property to Scale an Element on Hover 2018-09-27 freeCodeCamp's Use the CSS Transform scale Property to Change the Size of an Element
Tags: CSS keyframes
@keyframes
css animation
animation duration
infinite animation count