Mastering CSS: Animations and Variables

Mastering CSS: Animations and Variables

9th Grade

15 Qs

quiz-placeholder

Similar activities

Web Browser

Web Browser

9th Grade - University

20 Qs

Python

Python

9th - 12th Grade

20 Qs

Multi file website HTML-CSS

Multi file website HTML-CSS

9th Grade

10 Qs

Web Development

Web Development

9th - 12th Grade

10 Qs

Basic CSS Quiz

Basic CSS Quiz

9th Grade - University

20 Qs

Quiz Fitur Microsoft PowerPoint

Quiz Fitur Microsoft PowerPoint

9th - 12th Grade

10 Qs

QUIS TIK BY FATAHUL

QUIS TIK BY FATAHUL

9th - 12th Grade

20 Qs

Video Game Design - Quiz4 -L5 -P

Video Game Design - Quiz4 -L5 -P

9th - 12th Grade

10 Qs

Mastering CSS: Animations and Variables

Mastering CSS: Animations and Variables

Assessment

Quiz

Information Technology (IT)

9th Grade

Hard

Created by

Stirbu Valentin

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?