bugfix: spin css, props setting
This commit is contained in:
parent
a8f9734400
commit
d29bccb7d6
2 changed files with 4 additions and 6 deletions
|
@ -23,10 +23,10 @@
|
|||
animation: mfm-spin 0.5s linear infinite;
|
||||
}
|
||||
|
||||
._mfm_spin_[x] {
|
||||
._mfm_spin_[data-x] {
|
||||
animation-name: mfm-spinX;
|
||||
}
|
||||
._mfm_spin_[y] {
|
||||
._mfm_spin_[data-y] {
|
||||
animation-name: mfm-spinY;
|
||||
}
|
||||
._mfm_spin_[left] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue