-
Notifications
You must be signed in to change notification settings - Fork 463
Open
Description
Environment
chrome
Version
latest
Version
3.21
Link to minimal reproduction
none
Step to reproduce
在全局css中增加了 以下代码, 保存后,刷新页面再打开,以下代码没保存;
@Keyframes floatUp {
0% {
opacity: 0;
transform: translateY(0) scale(0.8);
}
20% {
opacity: 1;
transform: translateY(-10px) scale(1.1);
}
80% {
opacity: 1;
transform: translateY(-50px) scale(1);
}
100% {
opacity: 0;
transform: translateY(-70px) scale(0.9);
}
}
TinyEngine版本为2.9 , 刚试了 2.10 还是有这个问题
What is expected
No response
What is actually happening
No response
What is your project name
shqy
Any additional comments (optional)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels