Podcast
Questions and Answers
What are vendor prefixes used for in CSS?
What are vendor prefixes used for in CSS?
In the shorthand notation for the animation property, what comes after the animation-name?
In the shorthand notation for the animation property, what comes after the animation-name?
What does the 'linear' value of animation-timing-function represent?
What does the 'linear' value of animation-timing-function represent?
What does the animation-duration property represent?
What does the animation-duration property represent?
Signup and view all the answers
What is the purpose of 'animation-direction: alternate' in the shorthand notation?
What is the purpose of 'animation-direction: alternate' in the shorthand notation?
Signup and view all the answers
Which property allows you to represent several animation properties in a shorthand notation?
Which property allows you to represent several animation properties in a shorthand notation?
Signup and view all the answers
What does the ease-in value do in CSS animation?
What does the ease-in value do in CSS animation?
Signup and view all the answers
Which CSS property specifies the time in seconds or milliseconds that the animation takes to complete one iteration?
Which CSS property specifies the time in seconds or milliseconds that the animation takes to complete one iteration?
Signup and view all the answers
What does the @keyframes rule define in CSS animation?
What does the @keyframes rule define in CSS animation?
Signup and view all the answers
What do CSS3 transitions allow you to do?
What do CSS3 transitions allow you to do?
Signup and view all the answers
What does the transition property specify in CSS3 transformations?
What does the transition property specify in CSS3 transformations?
Signup and view all the answers
Which value for animation-iteration-count allows the animation to repeat continuously?
Which value for animation-iteration-count allows the animation to repeat continuously?
Signup and view all the answers
What does the ease-out value do in CSS animation?
What does the ease-out value do in CSS animation?
Signup and view all the answers
What does the @keyframes rule follow with in CSS animation?
What does the @keyframes rule follow with in CSS animation?
Signup and view all the answers
What do selectors enable you to do in CSS?
What do selectors enable you to do in CSS?
Signup and view all the answers