Add css-timing-1.vim

See also: http://www.w3.org/TR/2017/WD-css-timing-1-20170221/
This commit is contained in:
Kyo Nagashima
2017-02-21 18:45:45 +09:00
parent 3342759044
commit ecc663217d
4 changed files with 11 additions and 0 deletions

View File

@@ -672,6 +672,10 @@
display: over;
}
.timing-1 {
display: frames(2);
}
.transforms-1 {
backface-visibility: flat;
perspective: preserve-3d;

View File

@@ -741,6 +741,11 @@
}
</style>
<style>
.timing-1 {
display: frames(2);
}
</style>
<style>
.transforms-1 {
backface-visibility: flat;
perspective: preserve-3d;