Transition on mousover


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

allows itmings to be set for colour transitions if this is put into mouseover/ hover block.


Copy this code and paste it in your HTML
  1. -webkit-transition: background-color 0.2s;
  2. -moz-transition: background-color 0.2s;
  3. -o-transition: background-color 0.24s;
  4. -ms-transition: background-color 0.2s;
  5. transition: background-color 0.2s;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.