opentiny / opentiny/tiny-engine

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

Open
#1,776 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Vue
Stars
2.8k
Forks
476
Avg merge
17h 35m
Merged PRs (30d)
1

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

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named in the report. First reproduce the issue in Chrome using the global CSS editor and the reported TinyEngine versions, then trace where global CSS is saved and restored. Done means the @keyframes block remains after saving, refreshing, and reopening the page.

Written by the indexing model from the issue text.

Assessment

Tech stack
css
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.