Skip to content
This repository has been archived by the owner on Mar 20, 2018. It is now read-only.

Commit

Permalink
Ease ALL the animations!
Browse files Browse the repository at this point in the history
  • Loading branch information
hmans committed Feb 18, 2012
1 parent 9e2d8be commit d6328d7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/views/schreihals.scss
@@ -1,6 +1,18 @@
// load stuff!
@import 'schnitzelstyle/complete';

/*
ease ALL the animations
http://css-tricks.com/things-it-might-be-funuseful-to-try-the-universal-selector-on/
*/
* {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
}


/* misc crap */
.social_media_buttons {
margin: 1em 0;
Expand Down

0 comments on commit d6328d7

Please sign in to comment.