Add transition on search box

It's kind of cool trend to use animated-expanding search box nowadays.
E.g. see Github.
This commit is contained in:
Dmitry Medvinsky 2013-02-22 20:50:17 +04:00
parent 292dffc228
commit b0fb68c191
2 changed files with 9 additions and 0 deletions

View file

@ -24,6 +24,14 @@
background-image: -o-linear-gradient($from, $to);
}
@mixin transition($transition) {
-webkit-transition: $transition;
-moz-transition: $transition;
-ms-transition: $transition;
-o-transition: $transition;
transition: $transition;
}
/**
* Prefilled mixins
* Mixins with fixed values