mirror of
https://github.com/thangisme/notes.git
synced 2026-06-13 10:19:14 -04:00
Initial commit
This commit is contained in:
9
node_modules/doiuse/test/cases/unimplemented/transition.css
generated
vendored
Normal file
9
node_modules/doiuse/test/cases/unimplemented/transition.css
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
a {
|
||||
transition: transform 200ms, color 200ms;
|
||||
transform: rotate(10deg);
|
||||
}
|
||||
|
||||
div {
|
||||
transition-property: filter;
|
||||
animation-name: rotating;
|
||||
}
|
||||
Reference in New Issue
Block a user