Case-Based Critical Thinking Question
?
Jerry is in charge of the website for a travel company. He wants to incorporate animation into the website so that when a user moves the mouse pointer over an image, the image gradually increases in size.
If Jerry created his visual effect using a keyframe animation, which property would he use to specify how long the animation takes?

A. animation-delay
B. animation-duration
C. animation-iteration-count
D. animation-timing-function


Answer: B

Computer Science & Information Technology

You might also like to view...

A copy constructor has the same name as the class (let’s call it A) and has a parameter that

a) Is call-by value of an A object b) Is call-by-reference of another class c) Is call-by-reference of an A class object d) Is call-by-name of an object named ~A. e) None of these

Computer Science & Information Technology

In terms of action queries, "Run" is synonymous with ________

A) switching to Datasheet view B) switching to Design view C) executing the query D) building the action query

Computer Science & Information Technology

The concept of _____________ relates to providing a single resource that is configured for optimal display on multiple types of devices

a. hierarchical b. accessibility c. One Web d. fluid layout

Computer Science & Information Technology

The queue operation isFullQueue determines whether the queue is full.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology