Compare commits

...

3 Commits

Author SHA1 Message Date
Sami Khan
87098c69c1 Merge main into fix/1025 2026-02-03 11:56:00 +05:00
Sami Khan
851cf65bfa removed animation 2026-01-06 07:07:03 +05:00
Sami Khan
49c66f139f fix: resolve issue #1025 2026-01-02 10:00:52 +05:00
3 changed files with 979 additions and 1038 deletions

View File

@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/sparkle-project/Sparkle.git",
"state" : {
"revision" : "e641adb41915a8409895e2e30666aa64e487b637",
"version" : "2.9.0-beta.1"
"revision" : "afea2cda87819c960114f26e26f369a1a0945b17",
"version" : "2.9.0-beta.2"
}
}
],

View File

@@ -1003,16 +1003,5 @@
</div>
<style>
@keyframes pulse-slow {
0%,
100% {
opacity: 0.8;
}
50% {
opacity: 1;
}
}
.animate-pulse-slow {
animation: pulse-slow 1.5s ease-in-out infinite;
}
/* Styles removed - animations were causing GPU overhead */
</style>

View File

File diff suppressed because it is too large Load Diff