CSS3 transition effect


/ Published in: CSS
Save to your folder(s)

applies to a, div or other tags
properties: color, background, all


Copy this code and paste it in your HTML
  1. -webkit-transition: color 1s ease; -moz-transition: color 1s ease; -o-transition: color 1s ease; transition: color 1s ease;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.