Add motion-1.vim

See also: http://www.w3.org/TR/motion-1/
This commit is contained in:
Kyo Nagashima
2016-01-03 19:53:05 +09:00
parent 74fd8ed4d4
commit a63e01af90
4 changed files with 18 additions and 0 deletions

View File

@@ -323,6 +323,13 @@
mask-type: auto;
}
.motion-1 {
motion-path: path(M 100 100 L 300 100 L 200 300 z);
motion-offset: auto;
motion-rotation: auto;
motion: auto;
}
.multicol {
columns: column;
column-count: balance;

View File

@@ -356,6 +356,14 @@
}
</style>
<style>
.motion-1 {
motion-path: path(M 100 100 L 300 100 L 200 300 z);
motion-offset: auto;
motion-rotation: auto;
motion: auto;
}
</style>
<style>
.multicol {
columns: column;
column-count: balance;