1.

What value lets animation to play forwards first then backward?(a) alternate(b) alternate-reverse(c) reverse(d) normalI have been asked this question in a job interview.I'd like to ask this question from Miscellaneous in chapter CGI Programming & Miscellaneous of CSS

Answer»

Right OPTION is (a) alternate

The best I can explain: When the value is set to alternate the ANIMATION is played FORWARDS FIRST then backward. When a value is set to alternate-reverse, the animation is played backward first, then forwards. At NORMAL value the animation is played as normal, this is the default value.



Discussion

No Comment Found

Related InterviewSolutions