You are on page 1of 10

Question 1

Complete
Mark 1.00 out of 1.00

Flag question

Question text

Parallax scrolling is when the layout of the website has the web page background move to
the foreground at a slower rate, producing a 3D effect as you scroll.

Select one:
True
False

Question 2
Complete
Mark 1.00 out of 1.00

Flag question

Question text

The remaining parameter of .animate() is a string naming an easing function to use.

Select one:
True
False

Question 3
Complete
Mark 1.00 out of 1.00
Flag question

Question text

You specify only what you want on the screen to display.

Select one:
a. Redrawing is handled for you
b. Animations are easy to define and modify.
c. Easy to use
d. Animations are pre-designed, configurable, and extensible via CSS

Question 4
Complete
Mark 1.00 out of 1.00

Flag question

Question text

requestAnimationFrame method offers significant animation performance optimizations


over timer-based options such as setTimeout( ) and setInterval( ), typically resulting in
smoother animations.

Select one:
True
False

Question 5
Complete
Mark 1.00 out of 1.00
Flag question

Question text

For animations, the name is called easing to specify the rate at which properties change.

Select one:
True
False

Question 6
Complete
Mark 1.00 out of 1.00

Flag question

Question text

callbackFunction is a function that is called by requestAnimationFrame().

Select one:
True
False

Question 7
Complete
Mark 0.00 out of 1.00

Flag question

Question text
Parallax Scrolling can be used sparingly to provide a nice, subtle depth element resulting in
a distinctive and memorable website.

Select one:
True
False

Question 8
Complete
Mark 1.00 out of 1.00

Flag question

Question text

Canvass is the illusion name where the positions of objects appear to be changed based on
the angle in which you view them.

Select one:
True
False

Question 9
Complete
Mark 1.00 out of 1.00

Flag question

Question text

The DOM abstracts a lot of the details that would get you bogged down otherwise.

Select one:
a. Redrawing is handled for you. 
b. Memory intensive. 
c. Easy to use. 
d. Animations are easy to define and modify. 
Question 10
Complete
Mark 0.00 out of 1.00

Flag question

Question text

In retained mode (DOM), user requests do not result in the showing of graphic artifacts
instantly.

Select one:
True
False

Question 11
Complete
Mark 1.00 out of 1.00

Flag question

Question text

Immediate mode refers to the whole situation where you change the rate of change in your
animated products.

Select one:
True
False

Question 12
Complete
Mark 1.00 out of 1.00
Flag question

Question text

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.

Select one:
True
False

Question 13
Complete
Mark 1.00 out of 1.00

Flag question

Question text

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.

Select one:
a. Animations are easy to define and modify. 
b. Animations are pre-designed, configurable, and extensible via CSS
c. Redrawing is handled for you. 
d. Easy to use. 

Question 14
Complete
Mark 0.00 out of 1.00
Flag question

Question text

requestAnimationFrame method can be used for different animation types, including styling


for CSS, canvas, WebGL, or SVG.

Select one:
True
False

Question 15
Complete
Mark 1.00 out of 1.00

Flag question

Question text

For some activities related to graphics, the default rendering may be somewhat restrictive.

Select one:
a. Redrawing is handled for you. 
b. Easy to use
c. Animations are easy to define and modify. 
d. Less control over how things get drawn. 

Question 16
Complete
Mark 0.00 out of 1.00

Flag question

Question text
Immediate Mode (Canvas), the user issues calls resulting in the showing of graphic objects
immediately.

Select one:
True
False

Question 17
Complete
Mark 1.00 out of 1.00

Flag question

Question text

He is a very intelligent person who describes code-based easing equations

Select one:
a. Robert Benner
b. Robert Penner
c. Albert Penner
d. Roger Penner

Question 18
Complete
Mark 1.00 out of 1.00

Flag question

Question text

The requestAnimationFrame method requires the browser to paint in an animation


sequence in the next frame.
Select one:
True
False

Question 19
Complete
Mark 1.00 out of 1.00

Flag question

Question text

The only easing implementations in the jQuery library are the default, called swing, and one
that progresses at a constant pace, called linear.

Select one:
True
False

Question 20
Complete
Mark 1.00 out of 1.00

Flag question

Question text

An easing function specifies the speed at which the animation progresses at different points
within the animation.

Select one:
True
False

You might also like