File tree 2 files changed +16
-4
lines changed
2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -103,4 +103,4 @@ The karma task will try to open Chrome as a browser in which to run the tests. M
103
103
104
104
The MIT License
105
105
106
- Copyright (c) 2013 [ Jan Antala] ( http://www.janantala.com )
106
+ Copyright (c) 2014 [ Jan Antala] ( http://www.janantala.com )
Original file line number Diff line number Diff line change 100
100
}
101
101
102
102
@-webkit-keyframes love {
103
- to {-webkit-transform : scale (1.2 );}
103
+ to {
104
+ -webkit-transform : scale (1.4 );
105
+ transform : scale (1.4 );
106
+ }
104
107
}
108
+
105
109
@-moz-keyframes love {
106
- to {-moz-transform : scale (1.2 );}
110
+ to {
111
+ -moz-transform : scale (1.4 );
112
+ transform : scale (1.4 );
113
+ }
107
114
}
115
+
108
116
@keyframes love {
109
- to {transform : scale (1.2 );}
117
+ to {
118
+ -webkit-transform : scale (1.4 );
119
+ -moz-transform : scale (1.4 );
120
+ transform : scale (1.4 );
121
+ }
110
122
}
111
123
112
124
.code {
You can’t perform that action at this time.
0 commit comments