bump css version
This commit is contained in:
parent
cdc856afbb
commit
693820256d
9 changed files with 26 additions and 8 deletions
|
|
@ -43,4 +43,20 @@
|
|||
0%{background-size:100% 150%}
|
||||
50%{background-size:150% 100%}
|
||||
100%{background-size:100% 150%}
|
||||
}
|
||||
|
||||
@-webkit-keyframes moirage {
|
||||
0%{background-size:110%}
|
||||
50%{background-size:120%}
|
||||
100%{background-size:110%}
|
||||
}
|
||||
@-moz-keyframes moirage {
|
||||
0%{background-size:110%}
|
||||
50%{background-size:120%}
|
||||
100%{background-size:110%}
|
||||
}
|
||||
@keyframes moirage {
|
||||
0%{background-size:110%}
|
||||
50%{background-size:120%}
|
||||
100%{background-size:110%}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue