juliana 0.0.6 → 0.0.7

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.
data/sass/_juliana.scss CHANGED
@@ -1,4 +1,5 @@
1
1
  @import "juliana/settings";
2
2
  @import "juliana/mixins";
3
3
  @import "juliana/arrows";
4
- @import "juliana/buttons";
4
+ @import "juliana/buttons";
5
+ @import "juliana/animation";
@@ -0,0 +1,13 @@
1
+ @mixin animation( $params ) {
2
+ -webkit-animation: $params; /* Saf5, Chrome */
3
+ -moz-animation: $params; /* FF5+ */
4
+ -ms-animation: $params; /* IE10 */
5
+ -o-animation: $params; /* Opera 12+ */
6
+ } // animation
7
+
8
+ @mixin animation-timing-function ( $params ) {
9
+ -webkit-animation-timing-function: ease-in;
10
+ -moz-animation-timing-function: ease-in;
11
+ -ms-animation-timing-function: ease-in;
12
+ -o-animation-timing-function: ease-in;
13
+ } // animation-timing-function
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: juliana
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -23,6 +23,7 @@ files:
23
23
  - sass/juliana/_settings.scss
24
24
  - sass/juliana/_buttons.scss
25
25
  - sass/juliana/_arrows.scss
26
+ - sass/juliana/_animation.scss
26
27
  homepage: http://be.net
27
28
  licenses: []
28
29
  post_install_message: