DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
CSS Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
easy
CSS
An element animates from opacity:0 to opacity:1 via @keyframes, but reverts to invisible the instant the animation ends. What property fixes this?
A
animation-direction: reverse
B
animation-fill-mode: forwards
C
animation-timing-function: ease-in
D
animation-play-state: running
Check Answer