| // | |
| // Mixins | |
| // | |
| // author: Eric Poirier <eric.poirier@eclipse-foundation.org> | |
| //------------------------------------------------------------------- | |
| .transition { | |
| //transition: all 0.5s ease; | |
| -webkit-transition: all 500ms ease; | |
| -moz-transition: all 500ms ease; | |
| -o-transition: all 500ms ease; | |
| transition: all 500ms ease; | |
| } |