mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
8 lines
87 B
SCSS
8 lines
87 B
SCSS
@include keyframes(fade-in) {
|
|
from {
|
|
opacity: 0;
|
|
}
|
|
to {
|
|
opacity: 1;
|
|
}
|
|
} |