The backgroundcolorproperty is used to set the element's background image
FalseCorrect
The backgroundrepeat propertyis used to set an element's background image
FalseCorrect
The DOM abstracts a lot of the details that would get you bogged down otherwise
Easy to useCorrect
The drawback of adobe photoshop is images that are already produced can not be easily modified as there are minimal filters and image editing software at your fingertips
FalseCorrect
The file type will affect the output file quality and size
Image TypeCorrect
The HTML < blink > tag is a non-standard component that is used to construct an enclosed text that slowly flashes
TrueCorrect
The linear easing function is an identity function meaning that its output progress value is equal to the input progress value for all inputs
TrueCorrect
The most important part of creating an animation is to indicate the speed at which the value of a property changes from value to value
TrueCorrect
The only easing implementations in the jQuery library are the default, called swing, and one that progresses at a constant pace, called linear
TrueCorrect
The remaining parameter of animate() is a string naming an easing function to use
TrueCorrect
The requestAnimationFrame method requires the browser to paint in an animation sequence in the next frame
TrueCorrect
The shorthand transition property is used to manage CSS animations
FalseCorrect
The syntax for Animation with jQuery (selector)animate({styles},speed,easing,callback)
TrueCorrect
The syntax for the linear easing function is simply the linear keyword
TrueCorrect
The translate3d() function is a 3D transform function used in three-dimensional space to transfer an object
TrueCorrect
The word-spacing property is used to add or remove space between the letters making up a word
Vector graphics include resolution-independent drawings and diagrams drawn in Adobe Illustrator, CorelDraw, and similar programs
TrueCorrect
Web animations are often stored in the form of GIF, CSS, SVG, WebGL or video
TrueCorrect
Which of the following Color Format can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?
RGB ColorCorrect
Which of the following css property allows elements to be offset, rotated, scaled, and skewed in a variety of different ways?
transformCorrect
Which of the following css property defines whether or not an element should be visible when not facing the screen?
backface-visibilityCorrect
Which of the following CSS Property defines which property values to apply to the element before the animation begins (if delayed) and after it ends?
animation-fill-modeCorrect
Which of the following CSS Property determines whether an animation should run in reverse on some cycles?
none of the mentionedCorrect
Which of the following css property is used to define a delay before an animation starts?
transition-delayCorrect
Which of the following css property repeats an image both horizontally and vertically?
background-repeatCorrect
Which of the following CSS Property selects an animation defined in an @keyframes rule and applies it to the element?
animation-nameCorrect
Which of the following css property specifies a delay for the transition effect?
transition-delayCorrect
Which of the following css property specifies an image to use as the background of an element?
background-imageCorrect
Which of the following css propery define the properties that will be animated in an animation rule?
animationCorrect
Which of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?
RGBaCorrect
Which of the following CSS3 property specifies how nested elements are rendered in 3D space
transform-styleCorrect
Which of the following property defines the length of time that a transition takes?
transition-durationCorrect
Which of the following property defines when the transition will start and it allows a transition to begin execution some some period of time from when it is applied?
transition-delayCorrect
Which of the following property specifies the speed curve of the transition effect?
transition-timing-functionCorrect
Which of the following selector is used to select and style when you place mouse over it?
hoverCorrect
Which of the following tag is used to embed css in html page?
<style>Correct
Which of the following transform property value defines a 2D translation?
translate(x,y)Correct
Which of the following transform property value defines a translation, using only the value for the X-axis?
translateX(x)Correct
Which selector is used to specify a rule to bind a particular unique element?
idCorrect
You can easily define animations or transitions because of the CSS support, specify a lightening feature, make some other modifications, and you're good to go
Animations are easy to define and modifyCorrect
You can not write a form on the web and send it to end-users for download as a Fillable PDF and either upload, email or submit form information
FalseCorrect
You specify only what you want on the screen to display