Mastering CSS: Animations and Variables

Mastering CSS: Animations and Variables

9th Grade

15 Qs

quiz-placeholder

Similar activities

81 Informatika SMP Kelas 8

81 Informatika SMP Kelas 8

9th Grade

13 Qs

Campeonato Brasileiro

Campeonato Brasileiro

9th Grade

15 Qs

prgramming

prgramming

6th Grade - University

11 Qs

Câu hỏi về PowerPoint

Câu hỏi về PowerPoint

4th Grade - University

20 Qs

WEB_05/06

WEB_05/06

9th - 12th Grade

11 Qs

Recap Handout 3 & 4

Recap Handout 3 & 4

6th Grade - University

15 Qs

CSS Image Manipulation Quiz

CSS Image Manipulation Quiz

9th Grade - University

15 Qs

Web Development Quiz

Web Development Quiz

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?