Transitions View source

Shorthand mixin: Supports multiple parentheses-delimited values for each variable.

{% highlight scss %} @include transition (all 2.0s ease-in-out); @include transition (opacity 1.0s ease-in 0s, width 2.0s ease-in 2s); {% endhighlight %}