πŸ“Š CSS
Q. Which is not the value for CSS transition?
  • (A) translate
  • (B) property
  • (C) delay
  • (D) transition-duration
πŸ’¬ Discuss
βœ… Correct Answer: (A) translate

Explanation: CSS3 transition allows to change one CSS rule to another CSS rule gradually rather than instantaneously within a specific duration. There are four values specified in the syntax namely property, timing-function, transition-duration and delay.

Explanation by: Santosh Mishra
CSS3 transition allows to change one CSS rule to another CSS rule gradually rather than instantaneously within a specific duration. There are four values specified in the syntax namely property, timing-function, transition-duration and delay.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
211
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Santosh Mishra
Publisher
πŸ“ˆ
98%
Success Rate