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
AnswerC.
animation-name
D.
!important
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board