maanoo/blog
Wednesday, November 4, 2015
CSS: Transition all
In CSS if we define transitions, every time a value changes an animation-transition is created and executed.
So if we want to use transitions for all elements and for all values (which is wrong in many ways), we can just write:
*{ transition: all 0.7s ease-in-out; }
done_
Newer Post
Older Post
Home