Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
Update _transition.scss examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil LaPier committed Aug 1, 2013
1 parent 9dfe80c commit 74bcdc5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/css3/_transition.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Shorthand mixin. Supports multiple parentheses-deliminated values for each variable.
// Example: @include transition (all, 2.0s, ease-in-out);
// @include transition ((opacity, width), (1.0s, 2.0s), ease-in, (0, 2s));
// @include transition ($property:(opacity, width), $delay: (1.5s, 2.5s));
// Example: @include transition (all 2s ease-in-out);
// @include transition (opacity 1s ease-in 2s, width 2s ease-out);
// @include transition-property (transform, opacity);

@mixin transition ($properties...) {
@if length($properties) >= 1 {
Expand Down

0 comments on commit 74bcdc5

Please sign in to comment.