Web Design Review Cards


How do you set a transition to begin when a cursor is floating over it?

:hover

What is the at-rule for coding an animation?

@keyframes

How do you loop an animation?

animation-iteration-count:infinite

How do you set the time each keyframe is at?

percentages

To create a transition, there must be:

a transition property and at least one differing value.

What does ease-in do?

starts the animation slow, then speeds it up

How do you delay a transition?

transition-delay:[duration in seconds]

How do you animate one change quickly, then delay the next change?

repeat the declaration for the first change