
Grade 10: 3rd Quarter-Quiz No. 6
Quiz by Donnalyn Mercado
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What term refers to a method in which pictures are manipulated to appear as moving images?
It triggers implicitly when property values change.
The key to animation as a design trend is ______________.
It is made up of an encapsulated set of CSS style rules that describe how the property values change over time
What animation property defines how long an animation should take to complete?
The property that sets which values are applied before/after the animation. It specifies a style for the target element when the animation is not playing (before it starts, after it ends, or both).
Which animation property tells the number of times the animationshould be performed?
The animation property that establishes preset acceleration curves such as ease or linear.
what animation property sets the time between the element being loaded and the start of the animation sequence?
an animation property that specifies whether an animation should be played forwards, backwards or in alternate cycles.
What should be the value of animation-direction property if the animation is played forwards?
What should be the value of animation-direction property if the animation is played forwards first, then backwards?
What should be the value of animation-direction property if the animation is played backwards first, then forwards?
What will be the value of animation-timing-function property if an animation has a slow start, then fast, then end slowly?
What will be the value of animation-timing-function property if an animation has slow start and end?
What should be the value of the animation-fill-mode property when the animation will not apply any styles to the element before or after it is executing?
What should be the value of gthe animation-fill-mode property when the element will retain the style values that is set by the last keyframe?
What should be the value of the animation-fill-mode property when the animation will follow the rules for both forwards and backwards, extending the animation properties in both directions?
An animation property that specifies whether the animation is running or paused
What will be the value of animation-timing-function property if an animation has the same speed from start to end?