mirror of
https://github.com/certimate-go/certimate.git
synced 2026-04-26 05:05:56 +03:00
[GH-ISSUE #1123] [Bug] The apploader is not centered during the animation. #757
Labels
No labels
announcement
backlog
bug
declined
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
invalid
pull-request
question
stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/certimate#757
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @teaim on GitHub (Dec 25, 2025).
Original GitHub issue: https://github.com/certimate-go/certimate/issues/1123
Release Version / 软件版本
v0.4.10
Description / 缺陷描述
The apploader is not centered during the animation.
github.com/certimate-go/certimate@e46626d823/ui/index.html (L34)The root cause is that the keyframes set transform: scale(...), which overrides the base translate(-50%, -50%) centering transform.
Steps to reproduce / 复现步骤
Logs / 日志
Miscellaneous / 其他
No response
Contribution / 贡献代码