CVS Health Interview Question

In CSS, what's the difference between transition vs. transform

Interview Answer

Anonymous

Nov 2, 2016

Transitions: CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration. Transforms: CSS transforms allows elements styled with CSS to be transformed in two-dimensional or three-dimensional space.