Search Header Logo

Mastering CSS: Animations and Variables

Authored by Stirbu Valentin

Information Technology (IT)

9th Grade

Mastering CSS: Animations and Variables
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What property is used to define the duration of a CSS animation?

animation-speed

animation-duration

animation-time

animation-length

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a keyframe animation in CSS?

Define animations using the 'animate' function in JavaScript only.

Use @animations to create transitions and apply it with the 'transition' property.

Keyframe animations are created using the 'transform' property without @keyframes.

Use @keyframes to define the animation and apply it with the 'animation' property.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'animation-fill-mode' property?

To set the animation's delay time.

To control the styles applied before and after an animation runs.

To define the duration of an animation.

To specify the animation's keyframes.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to change the opacity of an element during an animation?

visibility

display

opacity

transform

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the syntax to declare a CSS variable?

--variable-name: value;

--variable-name = value;

variable-name: value;

$variable-name: value;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access a CSS variable in your styles?

Use getCSSVariable(--variable-name)

Access with cssVar(--variable-name)

Set variable using setVar(--variable-name)

Use var(--variable-name) to access a CSS variable.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default value of the 'animation-timing-function' property?

cubic-bezier

ease-in-out

linear

ease

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Information Technology (IT)