ceaser-easing 0.6 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,3 @@
1
1
  module CeaserEasing
2
- VERSION = "0.6"
2
+ VERSION = "0.6.1"
3
3
  end
@@ -5,14 +5,14 @@
5
5
  $ceaser-legacy: false !default
6
6
 
7
7
  @function ceaser($type: $ease)
8
- @if $legacy
8
+ @if $ceaser-legacy
9
9
  $easingValue: returnEaseType($type)
10
10
  @return cubic-bezier(unquote($easingValue))
11
11
  @else
12
12
  @return cubic-bezier(unquote($type))
13
13
 
14
14
  @mixin ceaser-transition($type: $ease, $properties: all, $duration: 500ms, $delay: 0ms)
15
- @if $legacy
15
+ @if $ceaser-legacy
16
16
  $easingValue : returnEaseType($type)
17
17
  @include transition($properties $duration cubic-bezier(unquote($easingValue)) $delay)
18
18
  @else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ceaser-easing
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: 0.6.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: