Created by Mohamed Belhadj
CSS Transitions allows property changes in CSS values to occur smoothly over a specified duration.
Simple. Efficient. Cool.
property name | duration | timing function | delay
transition: margin-left 4s ease-in-out 1s
Full list can be found here
slides available here: http://madmed88.github.io/CSS3-transitions-introduction/