Showing posts with label css. Show all posts
Showing posts with label css. Show all posts

Friday, April 6, 2018

CSS: Quick and nice transition effect

             -webkit-transition: all 0.2s linear;
             -moz-transition: all 0.2s linear;
             -ms-transition: all 0.2s linear;
             -o-transition: all 0.2s linear;
             transition: all 0.2s linear;