CSS Transitions Property Interview Questions – CSS Transitions Property Online Quiz

Question 1:  What is the purpose of the transition property in CSS?

Question 2:  Which CSS property is NOT transitionable?

Question 3:  What is the correct syntax to apply a transition on the width property with a duration of 2 seconds?

Question 4:  Which CSS property defines the speed curve of a transition?

Question 5:  What is the default timing function for CSS transitions?

Question 6:  How can you add a delay before starting a transition?

Question 7:  Which of the following values for transition-timing-function will make the transition have a uniform speed?

Question 8:  What does the all keyword in the transition property do?

Question 9:  Which transition property is used to control the delay before the effect starts?

Question 10:  What happens if you don’t specify transition-duration in a transition?

Leave a Reply