@starting-style
Easy entry effects
@starting-style {
opacity: 0;
scale: 1.1;
}
.present-the-thing {
transition: opacity .5s ease, scale .5s ease;
@starting-style {
opacity: 0;
scale: 1.1;
}
}
Easy entry effects
@starting-style {
opacity: 0;
scale: 1.1;
}
.present-the-thing {
transition: opacity .5s ease, scale .5s ease;
@starting-style {
opacity: 0;
scale: 1.1;
}
}