Skip to content

Commit

Permalink
Merge pull request #5 from carlosrberto/patch-1
Browse files Browse the repository at this point in the history
Added delay parameter to work properly in Firefox
  • Loading branch information
jhardy committed Jan 8, 2013
2 parents 611765f + b300871 commit 6479b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/ceaser-easing/_ceaser.sass
Expand Up @@ -7,7 +7,7 @@



@mixin ceaser-transition($type: "ease", $properties: all, $duration: 500ms, $delay: 0)
@mixin ceaser-transition($type: "ease", $properties: all, $duration: 500ms, $delay: 0ms)
$easingValue : returnEaseType($type)
@include transition($properties $duration cubic-bezier(unquote($easingValue)) $delay)

0 comments on commit 6479b41

Please sign in to comment.