You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<stylescoped>@keyframes player {
from {
transform:scale(1);
background-color:rgba(255,255,255,0.25);
}
to {
transform:scale(2);
background-color:rgba(255,255,255,0);
}
}
</style>
result:
The text was updated successfully, but these errors were encountered:
System Info
OS: macOS 11.2.1
vite@2.0.3
node v14.16.0
Package manager: npm
Reproduction
source code:
result:
![image](https://user-images.githubusercontent.com/3380299/109291729-45eaa380-7864-11eb-8399-47857b06b2fe.png)
The text was updated successfully, but these errors were encountered: