Problem Statement
What does `animation-fill-mode: forwards` do?
Explanation
`animation-fill-mode: forwards` ensures the element retains the final keyframe’s styles after the animation completes instead of reverting to its initial state.
Code Solution
SolutionRead Only
.fadeIn { animation-fill-mode: forwards; }Practice Sets
This question appears in the following practice sets:
