Skip to content

Instantly share code, notes, and snippets.

@Imater
Created August 12, 2014 17:15
Show Gist options
  • Save Imater/c219bcde6f36bf2dc65e to your computer and use it in GitHub Desktop.
Save Imater/c219bcde6f36bf2dc65e to your computer and use it in GitHub Desktop.
.animate_background(@time: 500ms) {
-webkit-transition: background-color @time linear;
-moz-transition: background-color @time linear;
-o-transition: background-color @time linear;
-ms-transition: background-color @time linear;
transition: background-color @time linear;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment