Computer Science, asked by periphetes000, 7 months ago

Question about html:
Which of the following properties will be used for shorthand?
a.) animation
b.) animation-duration
c.) animation-delay
d.) animation-iteration-count

Answers

Answered by littleMarvel
0

Answer:

animation-play-state property

Explanation:

The animation-play-state property specifies whether the animation is running or paused. Note: Use this property in a JavaScript to pause an animation in the middle of a cycle.

Similar questions