Vidyalelo
CSS · Q48

CSS3 Transitions And CSS 3 Animations

Programming · CSS · question 48

Q48

What should be written in the blank of the code for JQuery Code Used to Apply CSS3 Animations? CSS Code: _________ leftmove 100% transform: translateX(-70px); opacity: 1; _________ rightmove 100% transform: translateX(70px); opacity: 1; jQuery Code:

A.
@media
B.
@keyframes
Answer
C.
animation-name
D.
!important

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board