Skip to content

🐛 [Bug]: 在全局CSS中增加的 @keyframes不会保存 #1776

@stwflyfox

Description

@stwflyfox

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);
}
}

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions