Skip to content

Commit a763f8f

Browse files
committed
Cleanup remaining webkit references
1 parent e161c1e commit a763f8f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/lib/components/sk-double-bounce/sk-double-bounce.component.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,18 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3737
position: absolute;
3838
top: 0;
3939
left: 0;
40-
-webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
4140
animation: sk-doubleBounce 2s infinite ease-in-out;
4241
}
4342

4443
.sk-double-bounce .sk-double-bounce2 {
45-
-webkit-animation-delay: -1.0s;
4644
animation-delay: -1.0s;
4745
}
4846

49-
@-webkit-keyframes sk-doubleBounce {
50-
0%, 100% {
51-
-webkit-transform: scale(0);
52-
transform: scale(0);
53-
}
54-
50% {
55-
-webkit-transform: scale(1);
56-
transform: scale(1);
57-
}
58-
}
59-
6047
@keyframes sk-doubleBounce {
6148
0%, 100% {
62-
-webkit-transform: scale(0);
6349
transform: scale(0);
6450
}
6551
50% {
66-
-webkit-transform: scale(1);
6752
transform: scale(1);
6853
}
6954
}

0 commit comments

Comments
 (0)