animate-scss 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Animate
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -1,24 +1,7 @@
1
- $animate-scss-speed: 1s !default;
2
-
3
- @mixin animate($animation: none, $speed: $animate-scss-speed) {
4
- @if $animation != none {
5
- -webkit-animation-name: $animation;
6
- -moz-animation-name: $animation;
7
- -o-animation-name: $animation;
8
- animation-name: $animation;
9
- }
10
- -webkit-animation-duration: $speed;
11
- -moz-animation-duration: $speed;
12
- -o-animation-duration: $speed;
13
- animation-duration: $speed;
14
- -webkit-animation-fill-mode: both;
15
- -moz-animation-fill-mode: both;
16
- -o-animation-fill-mode: both;
17
- animation-fill-mode: both;
18
- }
1
+ @import "animate/_mixins";
19
2
 
20
3
  body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
21
- -webkit-backface-visibility: hidden;
4
+ -webkit-backface-visibility: hidden;
22
5
  }
23
6
 
24
7
  .animated {
@@ -0,0 +1,18 @@
1
+ $animate-scss-speed: 1s !default;
2
+
3
+ @mixin animate($animation: none, $speed: $animate-scss-speed) {
4
+ @if $animation != none {
5
+ -webkit-animation-name: $animation;
6
+ -moz-animation-name: $animation;
7
+ -o-animation-name: $animation;
8
+ animation-name: $animation;
9
+ }
10
+ -webkit-animation-duration: $speed;
11
+ -moz-animation-duration: $speed;
12
+ -o-animation-duration: $speed;
13
+ animation-duration: $speed;
14
+ -webkit-animation-fill-mode: both;
15
+ -moz-animation-fill-mode: both;
16
+ -o-animation-fill-mode: both;
17
+ animation-fill-mode: both;
18
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: animate-scss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-17 00:00:00.000000000 Z
12
+ date: 2013-09-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sass
@@ -77,6 +77,7 @@ files:
77
77
  - lib/animate/engine.rb
78
78
  - lib/animate/version.rb
79
79
  - vendor/assets/stylesheets/animate.scss
80
+ - vendor/assets/stylesheets/animate/_mixins.scss
80
81
  - vendor/assets/stylesheets/animate/bounce.scss
81
82
  - vendor/assets/stylesheets/animate/bounceIn.scss
82
83
  - vendor/assets/stylesheets/animate/bounceInDown.scss
@@ -148,7 +149,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
148
149
  version: '0'
149
150
  segments:
150
151
  - 0
151
- hash: 2287978365003743825
152
+ hash: 4363297862159990411
152
153
  required_rubygems_version: !ruby/object:Gem::Requirement
153
154
  none: false
154
155
  requirements:
@@ -157,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
158
  version: '0'
158
159
  segments:
159
160
  - 0
160
- hash: 2287978365003743825
161
+ hash: 4363297862159990411
161
162
  requirements: []
162
163
  rubyforge_project:
163
164
  rubygems_version: 1.8.23