Skip to content

Commit c3003d4

Browse files
committed
FIxation and smoll modified
1 parent 0e0c765 commit c3003d4

3 files changed

Lines changed: 14 additions & 10 deletions

File tree

docs/website/app.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,6 @@ const App = (() => {
740740
}
741741

742742
const egg = DocsElements.homeHeroEgg;
743-
const brandWrap = logo.parentElement;
744743
const defaultEggText = egg ? egg.textContent : "";
745744
let eggTimer = null;
746745
let tapCount = 0;
@@ -779,7 +778,6 @@ const App = (() => {
779778

780779
const triggerOverdriveSync = () => {
781780
logo.classList.add("egg-overdrive-sync");
782-
brandWrap?.classList.add("egg-sync-trails");
783781
showEggText("over drive sync", 5200);
784782
EasterEgg.activateOverdrive({
785783
message: "over drive sync",
@@ -792,7 +790,6 @@ const App = (() => {
792790
}
793791
syncTimer = window.setTimeout(() => {
794792
logo.classList.remove("egg-overdrive-sync");
795-
brandWrap?.classList.remove("egg-sync-trails");
796793
}, 6200);
797794
};
798795

docs/website/project.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<table>
7373
<thead><tr><th>Field</th><th>Value</th></tr></thead>
7474
<tbody>
75-
<tr><td>Author</td><td>voltsparx</td></tr>
75+
<tr><td>Author</td><td>Voltsparx (Niyor Kalita)</td></tr>
7676
<tr><td>Handle</td><td>voltsparx</td></tr>
7777
<tr><td>GitHub Profile</td><td><a href="https://github.com/voltsparx" target="_blank">github.com/voltsparx</a></td></tr>
7878
<tr><td>Email</td><td><a href="mailto:voltsparx@gmail.com">voltsparx@gmail.com</a></td></tr>

docs/website/styles.css

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,15 @@ body.egg-overdrive::after {
8282
inset: 0;
8383
pointer-events: none;
8484
z-index: 9980;
85-
background: radial-gradient(circle at 20% 10%, rgba(255, 26, 26, 0.18), transparent 30%),
86-
radial-gradient(circle at 80% 90%, rgba(255, 100, 100, 0.16), transparent 34%);
85+
background:
86+
repeating-linear-gradient(
87+
-14deg,
88+
rgba(255, 26, 26, 0.0) 0px,
89+
rgba(255, 26, 26, 0.0) 14px,
90+
rgba(255, 70, 70, 0.12) 14px,
91+
rgba(255, 70, 70, 0.12) 16px
92+
),
93+
linear-gradient(100deg, rgba(255, 26, 26, 0.07), rgba(255, 26, 26, 0));
8794
animation: egg-pulse-overlay 1.2s ease-in-out infinite;
8895
}
8996

@@ -651,10 +658,10 @@ code {
651658
}
652659
.home-hero-logo.egg-overdrive-sync {
653660
animation:
654-
logopulse 0.55s ease-in-out infinite,
655-
egg-overdrive-spin 0.11s linear infinite,
656-
egg-overdrive-surge 0.22s ease-in-out infinite;
657-
filter: drop-shadow(0 0 14px rgba(255, 26, 26, 0.9)) drop-shadow(0 0 44px rgba(255, 26, 26, 0.75));
661+
logopulse 0.48s ease-in-out infinite,
662+
egg-overdrive-spin 0.08s linear infinite,
663+
egg-overdrive-surge 0.18s ease-in-out infinite;
664+
filter: brightness(1.15) contrast(1.12) saturate(1.2);
658665
}
659666
@keyframes hero-spin-once {
660667
from { transform: rotate(0deg); }

0 commit comments

Comments
 (0)