mirror of
https://github.com/swc-project/swc.git
synced 2024-12-11 16:21:51 +03:00
6 lines
176 B
CSS
6 lines
176 B
CSS
div {
|
|
/* mix( [ <timeline> && [ by <easing-function> ]? ] ; <start-value> ; <end-value>) */
|
|
opacity: mix( 70% by ease ; 0% ; 100% );
|
|
opacity: mix(70%;0%;100%);
|
|
}
|