Mastering CSS: Animations and Variables

Mastering CSS: Animations and Variables

9th Grade

15 Qs

quiz-placeholder

Similar activities

Quiz tentang Blok Scratch

Quiz tentang Blok Scratch

9th Grade - University

20 Qs

HTML Level 1

HTML Level 1

8th Grade - University

16 Qs

ULANGAN HARIAN TIKOM

ULANGAN HARIAN TIKOM

9th - 12th Grade

15 Qs

Quiz sobre PSeInt

Quiz sobre PSeInt

9th Grade

11 Qs

Quiz sobre Etiquetas HTML y CSS

Quiz sobre Etiquetas HTML y CSS

9th Grade

15 Qs

Types of CSS Assessment

Types of CSS Assessment

9th Grade

10 Qs

Pensamiento Algorítmico

Pensamiento Algorítmico

1st Grade - University

10 Qs

Kompyuter va Internet haqida savollar

Kompyuter va Internet haqida savollar

9th Grade

15 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?