mirror of
https://github.com/exo-explore/exo.git
synced 2026-02-05 11:43:17 -05:00
Compare commits
3 Commits
alexcheema
...
fix/1025
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87098c69c1 | ||
|
|
851cf65bfa | ||
|
|
49c66f139f |
@@ -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"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -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>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user