animatecss 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1f630818d30a50fb505bad97ff6834ea47bf918
4
- data.tar.gz: 41c4e35628d73eb72e6ef22280aab00c9ff12d72
3
+ metadata.gz: b9b514fcc92477f04473fc4f6174e3f15bcdfd3b
4
+ data.tar.gz: 985d5dd57ba741f37f05a92e709a8ff0227ed61a
5
5
  SHA512:
6
- metadata.gz: 24c8f6d526be8895a497417101396a52d6b4496c413da792651f9214f3ad23f95ca2237c1ff5ed365f6e2d0f0c7a899f06aafd204e6630035e3a8882c7187c3f
7
- data.tar.gz: 7918e4d1537634dfc85a34e69871e56e05777e20a2232e4ebc2fdd842552c71a0e1505a049e2643f764dce0cdb94a08c2c15b42baa0cd6cbdb3b456103e65f0d
6
+ metadata.gz: f22ecf410be673ff0d3a6a31dd5ec5233404d5adae95fe22641085527303577dc955cbd5a999673efd7a2ec4c975f577cf10c903874bd3bef288c5a4627becd7
7
+ data.tar.gz: c2336366f3702c7092c9f40df0026a5c662d93fe9d7ea2975c7cb0e7854713cbe9bd60670d5edd49e87f388a81456801a4a3815ee912af6711cb48e4e9685b17
@@ -1,3 +1,3 @@
1
1
  module Animatecss
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -1,9 +1,9 @@
1
1
  @charset "UTF-8";
2
2
  /*
3
3
  Animate.css - http://daneden.me/animate
4
- Licensed under the license (http://licence.visualidiot.com/)
4
+ Licensed under the MIT license
5
5
 
6
- Copyright (c) 2012 Dan Eden
6
+ Copyright (c) 2013 Daniel Eden
7
7
 
8
8
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
9
9
 
@@ -52,7 +52,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
52
52
  25%, 75% {opacity: 0;}
53
53
  }
54
54
 
55
- .flash {
55
+ .animated.flash {
56
56
  -webkit-animation-name: flash;
57
57
  -moz-animation-name: flash;
58
58
  -o-animation-name: flash;
@@ -82,7 +82,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
82
82
  20%, 40%, 60%, 80% {transform: translateX(10px);}
83
83
  }
84
84
 
85
- .shake {
85
+ .animated.shake {
86
86
  -webkit-animation-name: shake;
87
87
  -moz-animation-name: shake;
88
88
  -o-animation-name: shake;
@@ -111,7 +111,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
111
111
  60% {transform: translateY(-15px);}
112
112
  }
113
113
 
114
- .bounce {
114
+ .animated.bounce {
115
115
  -webkit-animation-name: bounce;
116
116
  -moz-animation-name: bounce;
117
117
  -o-animation-name: bounce;
@@ -149,7 +149,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
149
149
  100% {transform: scale(1) rotate(0);}
150
150
  }
151
151
 
152
- .tada {
152
+ .animated.tada {
153
153
  -webkit-animation-name: tada;
154
154
  -moz-animation-name: tada;
155
155
  -o-animation-name: tada;
@@ -188,7 +188,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
188
188
  100% { transform: rotate(0deg); }
189
189
  }
190
190
 
191
- .swing {
191
+ .animated.swing {
192
192
  -webkit-transform-origin: top center;
193
193
  -moz-transform-origin: top center;
194
194
  -o-transform-origin: top center;
@@ -240,7 +240,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
240
240
  100% { transform: translateX(0%); }
241
241
  }
242
242
 
243
- .wobble {
243
+ .animated.wobble {
244
244
  -webkit-animation-name: wobble;
245
245
  -moz-animation-name: wobble;
246
246
  -o-animation-name: wobble;
@@ -269,7 +269,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
269
269
  100% { transform: scale(1); }
270
270
  }
271
271
 
272
- .pulse {
272
+ .animated.pulse {
273
273
  -webkit-animation-name: pulse;
274
274
  -moz-animation-name: pulse;
275
275
  -o-animation-name: pulse;
@@ -364,7 +364,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
364
364
  }
365
365
  }
366
366
 
367
- .flip {
367
+ .animated.flip {
368
368
  -webkit-backface-visibility: visible !important;
369
369
  -webkit-animation-name: flip;
370
370
  -moz-backface-visibility: visible !important;
@@ -451,7 +451,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
451
451
  }
452
452
  }
453
453
 
454
- .flipInX {
454
+ .animated.flipInX {
455
455
  -webkit-backface-visibility: visible !important;
456
456
  -webkit-animation-name: flipInX;
457
457
  -moz-backface-visibility: visible !important;
@@ -505,7 +505,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
505
505
  }
506
506
  }
507
507
 
508
- .flipOutX {
508
+ .animated.flipOutX {
509
509
  -webkit-animation-name: flipOutX;
510
510
  -webkit-backface-visibility: visible !important;
511
511
  -moz-animation-name: flipOutX;
@@ -592,7 +592,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
592
592
  }
593
593
  }
594
594
 
595
- .flipInY {
595
+ .animated.flipInY {
596
596
  -webkit-backface-visibility: visible !important;
597
597
  -webkit-animation-name: flipInY;
598
598
  -moz-backface-visibility: visible !important;
@@ -643,7 +643,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
643
643
  }
644
644
  }
645
645
 
646
- .flipOutY {
646
+ .animated.flipOutY {
647
647
  -webkit-backface-visibility: visible !important;
648
648
  -webkit-animation-name: flipOutY;
649
649
  -moz-backface-visibility: visible !important;
@@ -673,7 +673,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
673
673
  100% {opacity: 1;}
674
674
  }
675
675
 
676
- .fadeIn {
676
+ .animated.fadeIn {
677
677
  -webkit-animation-name: fadeIn;
678
678
  -moz-animation-name: fadeIn;
679
679
  -o-animation-name: fadeIn;
@@ -727,7 +727,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
727
727
  }
728
728
  }
729
729
 
730
- .fadeInUp {
730
+ .animated.fadeInUp {
731
731
  -webkit-animation-name: fadeInUp;
732
732
  -moz-animation-name: fadeInUp;
733
733
  -o-animation-name: fadeInUp;
@@ -781,7 +781,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
781
781
  }
782
782
  }
783
783
 
784
- .fadeInDown {
784
+ .animated.fadeInDown {
785
785
  -webkit-animation-name: fadeInDown;
786
786
  -moz-animation-name: fadeInDown;
787
787
  -o-animation-name: fadeInDown;
@@ -835,7 +835,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
835
835
  }
836
836
  }
837
837
 
838
- .fadeInLeft {
838
+ .animated.fadeInLeft {
839
839
  -webkit-animation-name: fadeInLeft;
840
840
  -moz-animation-name: fadeInLeft;
841
841
  -o-animation-name: fadeInLeft;
@@ -889,7 +889,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
889
889
  }
890
890
  }
891
891
 
892
- .fadeInRight {
892
+ .animated.fadeInRight {
893
893
  -webkit-animation-name: fadeInRight;
894
894
  -moz-animation-name: fadeInRight;
895
895
  -o-animation-name: fadeInRight;
@@ -943,7 +943,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
943
943
  }
944
944
  }
945
945
 
946
- .fadeInUpBig {
946
+ .animated.fadeInUpBig {
947
947
  -webkit-animation-name: fadeInUpBig;
948
948
  -moz-animation-name: fadeInUpBig;
949
949
  -o-animation-name: fadeInUpBig;
@@ -997,7 +997,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
997
997
  }
998
998
  }
999
999
 
1000
- .fadeInDownBig {
1000
+ .animated.fadeInDownBig {
1001
1001
  -webkit-animation-name: fadeInDownBig;
1002
1002
  -moz-animation-name: fadeInDownBig;
1003
1003
  -o-animation-name: fadeInDownBig;
@@ -1048,7 +1048,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1048
1048
  }
1049
1049
  }
1050
1050
 
1051
- .fadeInLeftBig {
1051
+ .animated.fadeInLeftBig {
1052
1052
  -webkit-animation-name: fadeInLeftBig;
1053
1053
  -moz-animation-name: fadeInLeftBig;
1054
1054
  -o-animation-name: fadeInLeftBig;
@@ -1102,7 +1102,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1102
1102
  }
1103
1103
  }
1104
1104
 
1105
- .fadeInRightBig {
1105
+ .animated.fadeInRightBig {
1106
1106
  -webkit-animation-name: fadeInRightBig;
1107
1107
  -moz-animation-name: fadeInRightBig;
1108
1108
  -o-animation-name: fadeInRightBig;
@@ -1128,7 +1128,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1128
1128
  100% {opacity: 0;}
1129
1129
  }
1130
1130
 
1131
- .fadeOut {
1131
+ .animated.fadeOut {
1132
1132
  -webkit-animation-name: fadeOut;
1133
1133
  -moz-animation-name: fadeOut;
1134
1134
  -o-animation-name: fadeOut;
@@ -1179,7 +1179,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1179
1179
  }
1180
1180
  }
1181
1181
 
1182
- .fadeOutUp {
1182
+ .animated.fadeOutUp {
1183
1183
  -webkit-animation-name: fadeOutUp;
1184
1184
  -moz-animation-name: fadeOutUp;
1185
1185
  -o-animation-name: fadeOutUp;
@@ -1233,7 +1233,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1233
1233
  }
1234
1234
  }
1235
1235
 
1236
- .fadeOutDown {
1236
+ .animated.fadeOutDown {
1237
1237
  -webkit-animation-name: fadeOutDown;
1238
1238
  -moz-animation-name: fadeOutDown;
1239
1239
  -o-animation-name: fadeOutDown;
@@ -1287,7 +1287,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1287
1287
  }
1288
1288
  }
1289
1289
 
1290
- .fadeOutLeft {
1290
+ .animated.fadeOutLeft {
1291
1291
  -webkit-animation-name: fadeOutLeft;
1292
1292
  -moz-animation-name: fadeOutLeft;
1293
1293
  -o-animation-name: fadeOutLeft;
@@ -1341,7 +1341,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1341
1341
  }
1342
1342
  }
1343
1343
 
1344
- .fadeOutRight {
1344
+ .animated.fadeOutRight {
1345
1345
  -webkit-animation-name: fadeOutRight;
1346
1346
  -moz-animation-name: fadeOutRight;
1347
1347
  -o-animation-name: fadeOutRight;
@@ -1395,7 +1395,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1395
1395
  }
1396
1396
  }
1397
1397
 
1398
- .fadeOutUpBig {
1398
+ .animated.fadeOutUpBig {
1399
1399
  -webkit-animation-name: fadeOutUpBig;
1400
1400
  -moz-animation-name: fadeOutUpBig;
1401
1401
  -o-animation-name: fadeOutUpBig;
@@ -1449,7 +1449,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1449
1449
  }
1450
1450
  }
1451
1451
 
1452
- .fadeOutDownBig {
1452
+ .animated.fadeOutDownBig {
1453
1453
  -webkit-animation-name: fadeOutDownBig;
1454
1454
  -moz-animation-name: fadeOutDownBig;
1455
1455
  -o-animation-name: fadeOutDownBig;
@@ -1503,7 +1503,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1503
1503
  }
1504
1504
  }
1505
1505
 
1506
- .fadeOutLeftBig {
1506
+ .animated.fadeOutLeftBig {
1507
1507
  -webkit-animation-name: fadeOutLeftBig;
1508
1508
  -moz-animation-name: fadeOutLeftBig;
1509
1509
  -o-animation-name: fadeOutLeftBig;
@@ -1554,7 +1554,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1554
1554
  }
1555
1555
  }
1556
1556
 
1557
- .fadeOutRightBig {
1557
+ .animated.fadeOutRightBig {
1558
1558
  -webkit-animation-name: fadeOutRightBig;
1559
1559
  -moz-animation-name: fadeOutRightBig;
1560
1560
  -o-animation-name: fadeOutRightBig;
@@ -1640,7 +1640,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1640
1640
  }
1641
1641
  }
1642
1642
 
1643
- .bounceIn {
1643
+ .animated.bounceIn {
1644
1644
  -webkit-animation-name: bounceIn;
1645
1645
  -moz-animation-name: bounceIn;
1646
1646
  -o-animation-name: bounceIn;
@@ -1725,7 +1725,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1725
1725
  }
1726
1726
  }
1727
1727
 
1728
- .bounceInUp {
1728
+ .animated.bounceInUp {
1729
1729
  -webkit-animation-name: bounceInUp;
1730
1730
  -moz-animation-name: bounceInUp;
1731
1731
  -o-animation-name: bounceInUp;
@@ -1811,7 +1811,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1811
1811
  }
1812
1812
  }
1813
1813
 
1814
- .bounceInDown {
1814
+ .animated.bounceInDown {
1815
1815
  -webkit-animation-name: bounceInDown;
1816
1816
  -moz-animation-name: bounceInDown;
1817
1817
  -o-animation-name: bounceInDown;
@@ -1897,7 +1897,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1897
1897
  }
1898
1898
  }
1899
1899
 
1900
- .bounceInLeft {
1900
+ .animated.bounceInLeft {
1901
1901
  -webkit-animation-name: bounceInLeft;
1902
1902
  -moz-animation-name: bounceInLeft;
1903
1903
  -o-animation-name: bounceInLeft;
@@ -1983,7 +1983,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
1983
1983
  }
1984
1984
  }
1985
1985
 
1986
- .bounceInRight {
1986
+ .animated.bounceInRight {
1987
1987
  -webkit-animation-name: bounceInRight;
1988
1988
  -moz-animation-name: bounceInRight;
1989
1989
  -o-animation-name: bounceInRight;
@@ -2069,7 +2069,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2069
2069
  }
2070
2070
  }
2071
2071
 
2072
- .bounceOut {
2072
+ .animated.bounceOut {
2073
2073
  -webkit-animation-name: bounceOut;
2074
2074
  -moz-animation-name: bounceOut;
2075
2075
  -o-animation-name: bounceOut;
@@ -2139,7 +2139,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2139
2139
  }
2140
2140
  }
2141
2141
 
2142
- .bounceOutUp {
2142
+ .animated.bounceOutUp {
2143
2143
  -webkit-animation-name: bounceOutUp;
2144
2144
  -moz-animation-name: bounceOutUp;
2145
2145
  -o-animation-name: bounceOutUp;
@@ -2209,7 +2209,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2209
2209
  }
2210
2210
  }
2211
2211
 
2212
- .bounceOutDown {
2212
+ .animated.bounceOutDown {
2213
2213
  -webkit-animation-name: bounceOutDown;
2214
2214
  -moz-animation-name: bounceOutDown;
2215
2215
  -o-animation-name: bounceOutDown;
@@ -2279,7 +2279,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2279
2279
  }
2280
2280
  }
2281
2281
 
2282
- .bounceOutLeft {
2282
+ .animated.bounceOutLeft {
2283
2283
  -webkit-animation-name: bounceOutLeft;
2284
2284
  -moz-animation-name: bounceOutLeft;
2285
2285
  -o-animation-name: bounceOutLeft;
@@ -2349,7 +2349,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2349
2349
  }
2350
2350
  }
2351
2351
 
2352
- .bounceOutRight {
2352
+ .animated.bounceOutRight {
2353
2353
  -webkit-animation-name: bounceOutRight;
2354
2354
  -moz-animation-name: bounceOutRight;
2355
2355
  -o-animation-name: bounceOutRight;
@@ -2408,7 +2408,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2408
2408
  }
2409
2409
  }
2410
2410
 
2411
- .rotateIn {
2411
+ .animated.rotateIn {
2412
2412
  -webkit-animation-name: rotateIn;
2413
2413
  -moz-animation-name: rotateIn;
2414
2414
  -o-animation-name: rotateIn;
@@ -2470,7 +2470,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2470
2470
  }
2471
2471
  }
2472
2472
 
2473
- .rotateInUpLeft {
2473
+ .animated.rotateInUpLeft {
2474
2474
  -webkit-animation-name: rotateInUpLeft;
2475
2475
  -moz-animation-name: rotateInUpLeft;
2476
2476
  -o-animation-name: rotateInUpLeft;
@@ -2532,7 +2532,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2532
2532
  }
2533
2533
  }
2534
2534
 
2535
- .rotateInDownLeft {
2535
+ .animated.rotateInDownLeft {
2536
2536
  -webkit-animation-name: rotateInDownLeft;
2537
2537
  -moz-animation-name: rotateInDownLeft;
2538
2538
  -o-animation-name: rotateInDownLeft;
@@ -2594,7 +2594,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2594
2594
  }
2595
2595
  }
2596
2596
 
2597
- .rotateInUpRight {
2597
+ .animated.rotateInUpRight {
2598
2598
  -webkit-animation-name: rotateInUpRight;
2599
2599
  -moz-animation-name: rotateInUpRight;
2600
2600
  -o-animation-name: rotateInUpRight;
@@ -2656,7 +2656,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2656
2656
  }
2657
2657
  }
2658
2658
 
2659
- .rotateInDownRight {
2659
+ .animated.rotateInDownRight {
2660
2660
  -webkit-animation-name: rotateInDownRight;
2661
2661
  -moz-animation-name: rotateInDownRight;
2662
2662
  -o-animation-name: rotateInDownRight;
@@ -2718,7 +2718,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2718
2718
  }
2719
2719
  }
2720
2720
 
2721
- .rotateOut {
2721
+ .animated.rotateOut {
2722
2722
  -webkit-animation-name: rotateOut;
2723
2723
  -moz-animation-name: rotateOut;
2724
2724
  -o-animation-name: rotateOut;
@@ -2780,7 +2780,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2780
2780
  }
2781
2781
  }
2782
2782
 
2783
- .rotateOutUpLeft {
2783
+ .animated.rotateOutUpLeft {
2784
2784
  -webkit-animation-name: rotateOutUpLeft;
2785
2785
  -moz-animation-name: rotateOutUpLeft;
2786
2786
  -o-animation-name: rotateOutUpLeft;
@@ -2842,7 +2842,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2842
2842
  }
2843
2843
  }
2844
2844
 
2845
- .rotateOutDownLeft {
2845
+ .animated.rotateOutDownLeft {
2846
2846
  -webkit-animation-name: rotateOutDownLeft;
2847
2847
  -moz-animation-name: rotateOutDownLeft;
2848
2848
  -o-animation-name: rotateOutDownLeft;
@@ -2904,7 +2904,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2904
2904
  }
2905
2905
  }
2906
2906
 
2907
- .rotateOutUpRight {
2907
+ .animated.rotateOutUpRight {
2908
2908
  -webkit-animation-name: rotateOutUpRight;
2909
2909
  -moz-animation-name: rotateOutUpRight;
2910
2910
  -o-animation-name: rotateOutUpRight;
@@ -2966,7 +2966,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
2966
2966
  }
2967
2967
  }
2968
2968
 
2969
- .rotateOutDownRight {
2969
+ .animated.rotateOutDownRight {
2970
2970
  -webkit-animation-name: rotateOutDownRight;
2971
2971
  -moz-animation-name: rotateOutDownRight;
2972
2972
  -o-animation-name: rotateOutDownRight;
@@ -3004,7 +3004,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
3004
3004
  100% { transform: translateY(700px); opacity: 0; }
3005
3005
  }
3006
3006
 
3007
- .hinge {
3007
+ .animated.hinge {
3008
3008
  -webkit-animation-name: hinge;
3009
3009
  -moz-animation-name: hinge;
3010
3010
  -o-animation-name: hinge;
@@ -3032,7 +3032,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
3032
3032
  100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
3033
3033
  }
3034
3034
 
3035
- .rollIn {
3035
+ .animated.rollIn {
3036
3036
  -webkit-animation-name: rollIn;
3037
3037
  -moz-animation-name: rollIn;
3038
3038
  -o-animation-name: rollIn;
@@ -3088,7 +3088,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
3088
3088
  }
3089
3089
  }
3090
3090
 
3091
- .rollOut {
3091
+ .animated.rollOut {
3092
3092
  -webkit-animation-name: rollOut;
3093
3093
  -moz-animation-name: rollOut;
3094
3094
  -o-animation-name: rollOut;
@@ -3125,7 +3125,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
3125
3125
  100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
3126
3126
  }
3127
3127
 
3128
- .lightSpeedIn {
3128
+ .animated.lightSpeedIn {
3129
3129
  -webkit-animation-name: lightSpeedIn;
3130
3130
  -moz-animation-name: lightSpeedIn;
3131
3131
  -o-animation-name: lightSpeedIn;
@@ -3166,7 +3166,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
3166
3166
  100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
3167
3167
  }
3168
3168
 
3169
- .lightSpeedOut {
3169
+ .animated.lightSpeedOut {
3170
3170
  -webkit-animation-name: lightSpeedOut;
3171
3171
  -moz-animation-name: lightSpeedOut;
3172
3172
  -o-animation-name: lightSpeedOut;
@@ -3243,7 +3243,7 @@ body { /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
3243
3243
  100% { transform: skewX(0deg); }
3244
3244
  }
3245
3245
 
3246
- .wiggle {
3246
+ .animated.wiggle {
3247
3247
  -webkit-animation-name: wiggle;
3248
3248
  -moz-animation-name: wiggle;
3249
3249
  -o-animation-name: wiggle;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: animatecss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ariel De La Rosa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-12 00:00:00.000000000 Z
11
+ date: 2013-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec