sammy 0.0.12 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +7 -0
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +40 -0
  5. data/LICENSE +23 -0
  6. data/README.md +94 -3
  7. data/Rakefile +9 -0
  8. data/app/assets/stylesheets/_sammy.scss +56 -0
  9. data/app/assets/stylesheets/addons/_button.scss +273 -0
  10. data/app/assets/stylesheets/addons/_clearfix.scss +29 -0
  11. data/app/assets/stylesheets/addons/_font-family.scss +5 -0
  12. data/app/assets/stylesheets/addons/_hide-text.scss +5 -0
  13. data/app/assets/stylesheets/addons/_html5-input-types.scss +56 -0
  14. data/app/assets/stylesheets/addons/_position.scss +42 -0
  15. data/app/assets/stylesheets/addons/_prefixer.scss +49 -0
  16. data/app/assets/stylesheets/addons/_retina-image.scss +32 -0
  17. data/app/assets/stylesheets/addons/_size.scss +44 -0
  18. data/app/assets/stylesheets/addons/_timing-functions.scss +32 -0
  19. data/app/assets/stylesheets/addons/_triangle.scss +45 -0
  20. data/app/assets/stylesheets/css3/_animation.scss +52 -0
  21. data/app/assets/stylesheets/css3/_appearance.scss +3 -0
  22. data/app/assets/stylesheets/css3/_backface-visibility.scss +6 -0
  23. data/app/assets/stylesheets/css3/_background-image.scss +48 -0
  24. data/app/assets/stylesheets/css3/_background.scss +103 -0
  25. data/app/assets/stylesheets/css3/_border-image.scss +53 -0
  26. data/app/assets/stylesheets/css3/_border-radius.scss +22 -0
  27. data/app/assets/stylesheets/css3/_box-sizing.scss +4 -0
  28. data/app/assets/stylesheets/css3/_columns.scss +47 -0
  29. data/app/assets/stylesheets/css3/_flex-box.scss +52 -0
  30. data/app/assets/stylesheets/css3/_font-face.scss +23 -0
  31. data/app/assets/stylesheets/css3/_hidpi-media-query.scss +10 -0
  32. data/app/assets/stylesheets/css3/_image-rendering.scss +13 -0
  33. data/app/assets/stylesheets/css3/_inline-block.scss +8 -0
  34. data/app/assets/stylesheets/css3/_keyframes.scss +41 -0
  35. data/app/assets/stylesheets/css3/_linear-gradient.scss +41 -0
  36. data/app/assets/stylesheets/css3/_perspective.scss +8 -0
  37. data/app/assets/stylesheets/css3/_placeholder.scss +29 -0
  38. data/app/assets/stylesheets/css3/_radial-gradient.scss +44 -0
  39. data/app/assets/stylesheets/css3/_transform.scss +15 -0
  40. data/app/assets/stylesheets/css3/_transition.scss +34 -0
  41. data/app/assets/stylesheets/css3/_user-select.scss +3 -0
  42. data/app/assets/stylesheets/functions/_compact.scss +11 -0
  43. data/app/assets/stylesheets/functions/_flex-grid.scss +39 -0
  44. data/app/assets/stylesheets/functions/_grid-width.scss +13 -0
  45. data/app/assets/stylesheets/functions/_linear-gradient.scss +13 -0
  46. data/app/assets/stylesheets/functions/_modular-scale.scss +40 -0
  47. data/app/assets/stylesheets/functions/_px-to-em.scss +8 -0
  48. data/app/assets/stylesheets/functions/_radial-gradient.scss +23 -0
  49. data/app/assets/stylesheets/functions/_tint-shade.scss +9 -0
  50. data/app/assets/stylesheets/functions/_transition-property-name.scss +22 -0
  51. data/app/assets/stylesheets/helpers/_deprecated-webkit-gradient.scss +39 -0
  52. data/app/assets/stylesheets/helpers/_gradient-positions-parser.scss +13 -0
  53. data/app/assets/stylesheets/helpers/_linear-positions-parser.scss +64 -0
  54. data/app/assets/stylesheets/helpers/_radial-arg-parser.scss +69 -0
  55. data/app/assets/stylesheets/helpers/_radial-positions-parser.scss +18 -0
  56. data/app/assets/stylesheets/helpers/_render-gradients.scss +26 -0
  57. data/app/assets/stylesheets/helpers/_shape-size-stripper.scss +10 -0
  58. data/bin/sammy +6 -0
  59. data/lib/sammy.rb +27 -9
  60. data/lib/sammy/date.rb +3 -0
  61. data/lib/sammy/engine.rb +5 -0
  62. data/lib/sammy/generator.rb +80 -0
  63. data/lib/sammy/version.rb +3 -0
  64. data/lib/tasks/install.rake +20 -0
  65. data/sammy.gemspec +31 -0
  66. metadata +117 -88
  67. data/stylesheets/_sammy.sass +0 -3
  68. data/stylesheets/sammy/_animations.scss +0 -35
  69. data/stylesheets/sammy/_css3.scss +0 -3
  70. data/stylesheets/sammy/_shared.scss +0 -2
  71. data/stylesheets/sammy/_utilities.scss +0 -1
  72. data/stylesheets/sammy/animations/_attention-seekers.scss +0 -7
  73. data/stylesheets/sammy/animations/_bouncing-entrances.scss +0 -5
  74. data/stylesheets/sammy/animations/_bouncing-exits.scss +0 -5
  75. data/stylesheets/sammy/animations/_fading-entrances.scss +0 -12
  76. data/stylesheets/sammy/animations/_fading-exits.scss +0 -12
  77. data/stylesheets/sammy/animations/_flippers.scss +0 -5
  78. data/stylesheets/sammy/animations/_rotating-entrances.scss +0 -5
  79. data/stylesheets/sammy/animations/_rotating-exits.scss +0 -5
  80. data/stylesheets/sammy/animations/_specials.scss +0 -3
  81. data/stylesheets/sammy/animations/attention-seekers/_bounce.scss +0 -30
  82. data/stylesheets/sammy/animations/attention-seekers/_flash.scss +0 -28
  83. data/stylesheets/sammy/animations/attention-seekers/_pulse.scss +0 -28
  84. data/stylesheets/sammy/animations/attention-seekers/_shake.scss +0 -34
  85. data/stylesheets/sammy/animations/attention-seekers/_swing.scss +0 -30
  86. data/stylesheets/sammy/animations/attention-seekers/_tada.scss +0 -34
  87. data/stylesheets/sammy/animations/attention-seekers/_wobble.scss +0 -32
  88. data/stylesheets/sammy/animations/bouncing-entrances/_bounceIn.scss +0 -37
  89. data/stylesheets/sammy/animations/bouncing-entrances/_bounceInDown.scss +0 -37
  90. data/stylesheets/sammy/animations/bouncing-entrances/_bounceInLeft.scss +0 -37
  91. data/stylesheets/sammy/animations/bouncing-entrances/_bounceInRight.scss +0 -37
  92. data/stylesheets/sammy/animations/bouncing-entrances/_bounceInUp.scss +0 -37
  93. data/stylesheets/sammy/animations/bouncing-exits/_bounceOut.scss +0 -37
  94. data/stylesheets/sammy/animations/bouncing-exits/_bounceOutDown.scss +0 -34
  95. data/stylesheets/sammy/animations/bouncing-exits/_bounceOutLeft.scss +0 -34
  96. data/stylesheets/sammy/animations/bouncing-exits/_bounceOutRight.scss +0 -34
  97. data/stylesheets/sammy/animations/bouncing-exits/_bounceOutUp.scss +0 -34
  98. data/stylesheets/sammy/animations/fading-entrances/_fadeIn.scss +0 -25
  99. data/stylesheets/sammy/animations/fading-entrances/_fadeInDown.scss +0 -31
  100. data/stylesheets/sammy/animations/fading-entrances/_fadeInDownBig.scss +0 -31
  101. data/stylesheets/sammy/animations/fading-entrances/_fadeInLeft.scss +0 -31
  102. data/stylesheets/sammy/animations/fading-entrances/_fadeInLeftBig.scss +0 -31
  103. data/stylesheets/sammy/animations/fading-entrances/_fadeInRight.scss +0 -31
  104. data/stylesheets/sammy/animations/fading-entrances/_fadeInRightBig.scss +0 -31
  105. data/stylesheets/sammy/animations/fading-entrances/_fadeInUp.scss +0 -31
  106. data/stylesheets/sammy/animations/fading-entrances/_fadeInUpBig.scss +0 -31
  107. data/stylesheets/sammy/animations/fading-exits/_fadeOut.scss +0 -25
  108. data/stylesheets/sammy/animations/fading-exits/_fadeOutDown.scss +0 -31
  109. data/stylesheets/sammy/animations/fading-exits/_fadeOutDownBig.scss +0 -31
  110. data/stylesheets/sammy/animations/fading-exits/_fadeOutLeft.scss +0 -31
  111. data/stylesheets/sammy/animations/fading-exits/_fadeOutLeftBig.scss +0 -31
  112. data/stylesheets/sammy/animations/fading-exits/_fadeOutRight.scss +0 -31
  113. data/stylesheets/sammy/animations/fading-exits/_fadeOutRightBig.scss +0 -31
  114. data/stylesheets/sammy/animations/fading-exits/_fadeOutUp.scss +0 -31
  115. data/stylesheets/sammy/animations/fading-exits/_fadeOutUpBig.scss +0 -31
  116. data/stylesheets/sammy/animations/flippers/_flip.scss +0 -44
  117. data/stylesheets/sammy/animations/flippers/_flipInX.scss +0 -38
  118. data/stylesheets/sammy/animations/flippers/_flipInY.scss +0 -38
  119. data/stylesheets/sammy/animations/flippers/_flipOutX.scss +0 -32
  120. data/stylesheets/sammy/animations/flippers/_flipOutY.scss +0 -32
  121. data/stylesheets/sammy/animations/rotating-entrances/_rotateIn.scss +0 -33
  122. data/stylesheets/sammy/animations/rotating-entrances/_rotateInDownLeft.scss +0 -33
  123. data/stylesheets/sammy/animations/rotating-entrances/_rotateInDownRight.scss +0 -33
  124. data/stylesheets/sammy/animations/rotating-entrances/_rotateInUpLeft.scss +0 -33
  125. data/stylesheets/sammy/animations/rotating-entrances/_rotateInUpRight.scss +0 -33
  126. data/stylesheets/sammy/animations/rotating-exits/_rotateOut.scss +0 -33
  127. data/stylesheets/sammy/animations/rotating-exits/_rotateOutDownLeft.scss +0 -33
  128. data/stylesheets/sammy/animations/rotating-exits/_rotateOutDownRight.scss +0 -33
  129. data/stylesheets/sammy/animations/rotating-exits/_rotateOutUpLeft.scss +0 -33
  130. data/stylesheets/sammy/animations/rotating-exits/_rotateOutUpRight.scss +0 -33
  131. data/stylesheets/sammy/animations/specials/_hinge.scss +0 -48
  132. data/stylesheets/sammy/animations/specials/_rollIn.scss +0 -33
  133. data/stylesheets/sammy/animations/specials/_rollOut.scss +0 -33
  134. data/stylesheets/sammy/css3/_animation.scss +0 -75
  135. data/stylesheets/sammy/css3/_backface-visibility.scss +0 -14
  136. data/stylesheets/sammy/css3/_transform.scss +0 -27
  137. data/stylesheets/sammy/css3/animation/_animation-delay.scss +0 -18
  138. data/stylesheets/sammy/css3/animation/_animation-direction.scss +0 -18
  139. data/stylesheets/sammy/css3/animation/_animation-duration.scss +0 -17
  140. data/stylesheets/sammy/css3/animation/_animation-fill-mode.scss +0 -18
  141. data/stylesheets/sammy/css3/animation/_animation-iteration-count.scss +0 -18
  142. data/stylesheets/sammy/css3/animation/_animation-name.scss +0 -18
  143. data/stylesheets/sammy/css3/animation/_animation-play-state.scss +0 -18
  144. data/stylesheets/sammy/css3/animation/_animation-timing-function.scss +0 -18
  145. data/stylesheets/sammy/utilities/_mixins.scss +0 -12
  146. data/templates/sammy/manifest.rb +0 -0
@@ -1,31 +0,0 @@
1
- @mixin fadeInUp($prefix) {
2
- 0% {
3
- opacity: 0;
4
- @include transform(translateY(20px), $prefix);
5
- }
6
- 100% {
7
- opacity: 1;
8
- @include transform(translateY(0), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeInUp { @include fadeInUp(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeInUp { @include fadeInUp(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeInUp { @include fadeInUp(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeInUp { @include fadeInUp(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeInUp { @include fadeInUp(o); }
26
- }
27
- @keyframes fadeInUp { @include fadeInUp(none); }
28
-
29
- .fadeInUp {
30
- @include animation-name(fadeInUp);
31
- }
@@ -1,31 +0,0 @@
1
- @mixin fadeInUpBig($prefix) {
2
- 0% {
3
- opacity: 0;
4
- @include transform(translateY(2000px), $prefix);
5
- }
6
- 100% {
7
- opacity: 1;
8
- @include transform(translateY(0), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeInUpBig { @include fadeInUpBig(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeInUpBig { @include fadeInUpBig(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeInUpBig { @include fadeInUpBig(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeInUpBig { @include fadeInUpBig(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeInUpBig { @include fadeInUpBig(o); }
26
- }
27
- @keyframes fadeInUpBig { @include fadeInUpBig(none); }
28
-
29
- .fadeInUpBig {
30
- @include animation-name(fadeInUpBig);
31
- }
@@ -1,25 +0,0 @@
1
- @mixin fadeOut {
2
- 0% { opacity: 1; }
3
- 100% { opacity: 0; }
4
- }
5
-
6
- @if $experimental-support-for-webkit {
7
- @-webkit-keyframes fadeOut { @include fadeOut; }
8
- }
9
- @if $experimental-support-for-khtml {
10
- @-khtml-keyframes fadeOut { @include fadeOut; }
11
- }
12
- @if $experimental-support-for-mozilla {
13
- @-moz-keyframes fadeOut { @include fadeOut; }
14
- }
15
- @if $experimental-support-for-microsoft {
16
- @-ms-keyframes fadeOut { @include fadeOut; }
17
- }
18
- @if $experimental-support-for-opera {
19
- @-o-keyframes fadeOut { @include fadeOut; }
20
- }
21
- @keyframes fadeOut { @include fadeOut; }
22
-
23
- .fadeOut {
24
- @include animation-name(fadeOut);
25
- }
@@ -1,31 +0,0 @@
1
- @mixin fadeOutDown($prefix) {
2
- 0% {
3
- opacity: 1;
4
- @include transform(translateY(0), $prefix);
5
- }
6
- 100% {
7
- opacity: 0;
8
- @include transform(translateY(20px), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeOutDown { @include fadeOutDown(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeOutDown { @include fadeOutDown(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeOutDown { @include fadeOutDown(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeOutDown { @include fadeOutDown(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeOutDown { @include fadeOutDown(o); }
26
- }
27
- @keyframes fadeOutDown { @include fadeOutDown(none); }
28
-
29
- .fadeOutDown {
30
- @include animation-name(fadeOutDown);
31
- }
@@ -1,31 +0,0 @@
1
- @mixin fadeOutDownBig($prefix) {
2
- 0% {
3
- opacity: 1;
4
- @include transform(translateY(0), $prefix);
5
- }
6
- 100% {
7
- opacity: 0;
8
- @include transform(translateY(2000px), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeOutDownBig { @include fadeOutDownBig(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeOutDownBig { @include fadeOutDownBig(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeOutDownBig { @include fadeOutDownBig(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeOutDownBig { @include fadeOutDownBig(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeOutDownBig { @include fadeOutDownBig(o); }
26
- }
27
- @keyframes fadeOutDownBig { @include fadeOutDownBig(none); }
28
-
29
- .fadeOutDownBig {
30
- @include animation-name(fadeOutDownBig);
31
- }
@@ -1,31 +0,0 @@
1
- @mixin fadeOutLeft($prefix) {
2
- 0% {
3
- opacity: 1;
4
- @include transform(translateX(0), $prefix);
5
- }
6
- 100% {
7
- opacity: 0;
8
- @include transform(translateX(-20px), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeOutLeft { @include fadeOutLeft(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeOutLeft { @include fadeOutLeft(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeOutLeft { @include fadeOutLeft(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeOutLeft { @include fadeOutLeft(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeOutLeft { @include fadeOutLeft(o); }
26
- }
27
- @keyframes fadeOutLeft { @include fadeOutLeft(none); }
28
-
29
- .fadeOutLeft {
30
- @include animation-name(fadeOutLeft);
31
- }
@@ -1,31 +0,0 @@
1
- @mixin fadeOutLeftBig($prefix) {
2
- 0% {
3
- opacity: 1;
4
- @include transform(translateX(0), $prefix);
5
- }
6
- 100% {
7
- opacity: 0;
8
- @include transform(translateX(-2000px), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeOutLeftBig { @include fadeOutLeftBig(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeOutLeftBig { @include fadeOutLeftBig(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeOutLeftBig { @include fadeOutLeftBig(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeOutLeftBig { @include fadeOutLeftBig(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeOutLeftBig { @include fadeOutLeftBig(o); }
26
- }
27
- @keyframes fadeOutLeftBig { @include fadeOutLeftBig(none); }
28
-
29
- .fadeOutLeftBig {
30
- @include animation-name(fadeOutLeftBig);
31
- }
@@ -1,31 +0,0 @@
1
- @mixin fadeOutRight($prefix) {
2
- 0% {
3
- opacity: 1;
4
- @include transform(translateX(0), $prefix);
5
- }
6
- 100% {
7
- opacity: 0;
8
- @include transform(translateX(20px), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeOutRight { @include fadeOutRight(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeOutRight { @include fadeOutRight(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeOutRight { @include fadeOutRight(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeOutRight { @include fadeOutRight(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeOutRight { @include fadeOutRight(o); }
26
- }
27
- @keyframes fadeOutRight { @include fadeOutRight(none); }
28
-
29
- .fadeOutRight {
30
- @include animation-name(fadeOutRight);
31
- }
@@ -1,31 +0,0 @@
1
- @mixin fadeOutRightBig($prefix) {
2
- 0% {
3
- opacity: 1;
4
- @include transform(translateX(0), $prefix);
5
- }
6
- 100% {
7
- opacity: 0;
8
- @include transform(translateX(2000px), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeOutRightBig { @include fadeOutRightBig(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeOutRightBig { @include fadeOutRightBig(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeOutRightBig { @include fadeOutRightBig(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeOutRightBig { @include fadeOutRightBig(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeOutRightBig { @include fadeOutRightBig(o); }
26
- }
27
- @keyframes fadeOutRightBig { @include fadeOutRightBig(none); }
28
-
29
- .fadeOutRightBig {
30
- @include animation-name(fadeOutRightBig);
31
- }
@@ -1,31 +0,0 @@
1
- @mixin fadeOutUp($prefix) {
2
- 0% {
3
- opacity: 1;
4
- @include transform(translateY(0), $prefix);
5
- }
6
- 100% {
7
- opacity: 0;
8
- @include transform(translateY(-20px), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeOutUp { @include fadeOutUp(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeOutUp { @include fadeOutUp(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeOutUp { @include fadeOutUp(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeOutUp { @include fadeOutUp(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeOutUp { @include fadeOutUp(o); }
26
- }
27
- @keyframes fadeOutUp { @include fadeOutUp(none); }
28
-
29
- .fadeOutUp {
30
- @include animation-name(fadeOutUp);
31
- }
@@ -1,31 +0,0 @@
1
- @mixin fadeOutUpBig($prefix) {
2
- 0% {
3
- opacity: 1;
4
- @include transform(translateY(0), $prefix);
5
- }
6
- 100% {
7
- opacity: 0;
8
- @include transform(translateY(-2000px), $prefix);
9
- }
10
- }
11
-
12
- @if $experimental-support-for-webkit {
13
- @-webkit-keyframes fadeOutUpBig { @include fadeOutUpBig(webkit); }
14
- }
15
- @if $experimental-support-for-khtml {
16
- @-khtml-keyframes fadeOutUpBig { @include fadeOutUpBig(khtml); }
17
- }
18
- @if $experimental-support-for-mozilla {
19
- @-moz-keyframes fadeOutUpBig { @include fadeOutUpBig(moz); }
20
- }
21
- @if $experimental-support-for-microsoft {
22
- @-ms-keyframes fadeOutUpBig { @include fadeOutUpBig(ms); }
23
- }
24
- @if $experimental-support-for-opera {
25
- @-o-keyframes fadeOutUpBig { @include fadeOutUpBig(o); }
26
- }
27
- @keyframes fadeOutUpBig { @include fadeOutUpBig(none); }
28
-
29
- .fadeOutUpBig {
30
- @include animation-name(fadeOutUpBig);
31
- }
@@ -1,44 +0,0 @@
1
- @mixin flip($prefix) {
2
- 0% {
3
- @include transform(perspective(400px) rotateY(0), $prefix);
4
- @include animation-timing-function(ease-out, $prefix: $prefix);
5
- }
6
- 40% {
7
- @include transform(perspective(400px) translateZ(150px) rotateY(170deg), $prefix);
8
- @include animation-timing-function(ease-out, $prefix: $prefix);
9
- }
10
- 50% {
11
- @include transform(perspective(400px) translateZ(150px) rotateY(190deg) scale(1), $prefix);
12
- @include animation-timing-function(ease-in, $prefix: $prefix);
13
- }
14
- 80% {
15
- @include transform(perspective(400px) rotateY(360deg) scale(.95), $prefix);
16
- @include animation-timing-function(ease-in, $prefix: $prefix);
17
- }
18
- 100% {
19
- @include transform(perspective(400px) scale(1), $prefix);
20
- @include animation-timing-function(ease-in, $prefix: $prefix);
21
- }
22
- }
23
-
24
- @if $experimental-support-for-webkit {
25
- @-webkit-keyframes flip { @include flip(webkit); }
26
- }
27
- @if $experimental-support-for-khtml {
28
- @-khtml-keyframes flip { @include flip(khtml); }
29
- }
30
- @if $experimental-support-for-mozilla {
31
- @-moz-keyframes flip { @include flip(moz); }
32
- }
33
- @if $experimental-support-for-microsoft {
34
- @-ms-keyframes flip { @include flip(ms); }
35
- }
36
- @if $experimental-support-for-opera {
37
- @-o-keyframes flip { @include flip(o); }
38
- }
39
- @keyframes flip { @include flip(none); }
40
-
41
- .flip {
42
- @include animation-name(flip);
43
- @include backface-visibility(visible !important);
44
- }
@@ -1,38 +0,0 @@
1
- @mixin flipInX($prefix) {
2
- 0% {
3
- @include transform(perspective(400px) rotateX(90deg), $prefix);
4
- opacity: 0;
5
- }
6
- 40% {
7
- @include transform(perspective(400px) rotateX(-10deg), $prefix);
8
- }
9
- 70% {
10
- @include transform(perspective(400px) rotateX(10deg), $prefix);
11
- }
12
- 100% {
13
- @include transform(perspective(400px) rotateX(0deg), $prefix);
14
- opacity: 1;
15
- }
16
- }
17
-
18
- @if $experimental-support-for-webkit {
19
- @-webkit-keyframes flipInX { @include flipInX(webkit); }
20
- }
21
- @if $experimental-support-for-khtml {
22
- @-khtml-keyframes flipInX { @include flipInX(khtml); }
23
- }
24
- @if $experimental-support-for-mozilla {
25
- @-moz-keyframes flipInX { @include flipInX(moz); }
26
- }
27
- @if $experimental-support-for-microsoft {
28
- @-ms-keyframes flipInX { @include flipInX(ms); }
29
- }
30
- @if $experimental-support-for-opera {
31
- @-o-keyframes flipInX { @include flipInX(o); }
32
- }
33
- @keyframes flipInX { @include flipInX(none); }
34
-
35
- .flipInX {
36
- @include animation-name(flipInX);
37
- @include backface-visibility(visible !important);
38
- }
@@ -1,38 +0,0 @@
1
- @mixin flipInY($prefix) {
2
- 0% {
3
- @include transform(perspective(400px) rotateY(90deg), $prefix);
4
- opacity: 0;
5
- }
6
- 40% {
7
- @include transform(perspective(400px) rotateY(-10deg), $prefix);
8
- }
9
- 70% {
10
- @include transform(perspective(400px) rotateY(10deg), $prefix);
11
- }
12
- 100% {
13
- @include transform(perspective(400px) rotateY(0deg), $prefix);
14
- opacity: 1;
15
- }
16
- }
17
-
18
- @if $experimental-support-for-webkit {
19
- @-webkit-keyframes flipInY { @include flipInY(webkit); }
20
- }
21
- @if $experimental-support-for-khtml {
22
- @-khtml-keyframes flipInY { @include flipInY(khtml); }
23
- }
24
- @if $experimental-support-for-mozilla {
25
- @-moz-keyframes flipInY { @include flipInY(moz); }
26
- }
27
- @if $experimental-support-for-microsoft {
28
- @-ms-keyframes flipInY { @include flipInY(ms); }
29
- }
30
- @if $experimental-support-for-opera {
31
- @-o-keyframes flipInY { @include flipInY(o); }
32
- }
33
- @keyframes flipInY { @include flipInY(none); }
34
-
35
- .flipInY {
36
- @include animation-name(flipInY);
37
- @include backface-visibility(visible !important);
38
- }