Skip to content

Instantly share code, notes, and snippets.

@alexortiz201
Created August 21, 2014 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexortiz201/89ca8a4fad15fc32ad33 to your computer and use it in GitHub Desktop.
Save alexortiz201/89ca8a4fad15fc32ad33 to your computer and use it in GitHub Desktop.
.less hover intent mixin
.hover-intent(@delay){
transition: all .25s ease-out;
transition-delay:@delay;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment