5 lines
63 B
CSS
5 lines
63 B
CSS
|
.animated {
|
||
|
--animate-duration: 1s;
|
||
|
--animate-delay: 1s;
|
||
|
}
|