Sha256: 0aeefe1e89be52e70397758382fc2806fd8afc471a64c157b26668e58bd16781
Contents?: true
Size: 449 Bytes
Versions: 1
Compression:
Stored size: 449 Bytes
Contents
<section id="transitions"> <h2>Transitions <a class="view-source" href="https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_transition.scss">View source</a></h2> <p>Shorthand mixin: Supports multiple parentheses-delimited values for each variable.</p> {% 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 %} </section>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bourbon-2.1.0 | _includes/transitions.html |