Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0c06efe
remove startup animation
camillobruni Oct 14, 2025
54dc3c7
back to rain
camillobruni Oct 15, 2025
d4f1b08
Merge branch 'main' into 2025-10-14_simpler_startup
camillobruni Oct 22, 2025
4d42ec9
Merge branch 'main' into 2025-10-14_simpler_startup
camillobruni Oct 22, 2025
3626407
Merge branch 'main' of github.com:camillobruni/JetStream into 2025-10…
camillobruni Oct 22, 2025
d362da1
revert
camillobruni Oct 22, 2025
e2c1870
enable animation without startDelay
camillobruni Oct 22, 2025
b578b11
rename
camillobruni Oct 22, 2025
74ccb99
Merge branch 'main' into 2025-10-14_simpler_startup
camillobruni Oct 22, 2025
3c52814
Merge branch 'main' into 2025-10-14_simpler_startup
camillobruni Oct 22, 2025
e0971d1
refactor
camillobruni Oct 23, 2025
86d95d1
update
camillobruni Oct 23, 2025
b074b9d
remove debug timeout
camillobruni Oct 23, 2025
cea65b8
Merge branch 'main' into 2025-10-14_simpler_startup
camillobruni Oct 23, 2025
33bdf3a
Merge branch 'main' into 2025-10-14_simpler_startup
camillobruni Oct 23, 2025
8cd220e
Merge branch 'main' into 2025-10-14_simpler_startup
camillobruni Oct 27, 2025
b241611
wip
camillobruni Oct 27, 2025
8b2846b
faster animation
camillobruni Oct 27, 2025
db30420
fix
camillobruni Oct 27, 2025
591842d
Merge branch 'main' into 2025-10-14_simpler_startup
camillobruni Oct 30, 2025
81df890
update css
camillobruni Oct 30, 2025
84102c1
more css cleanup
camillobruni Oct 30, 2025
79e418d
Merge branch 'main' into 2025-10-14_simpler_startup
camillobruni Dec 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions JetStream.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ body {
font-size: 1.6rem;
font-weight: 400;
line-height: 1.4;
background-repeat: no-repeat;
background-position: center -5vw;
background-size: 100vw;
padding-bottom: 0px;
background-image: url('clouds.svg');
overflow-y: hidden;
height: 100%;
}
Expand Down Expand Up @@ -117,8 +113,6 @@ img {
background-position: center;
background-image: url('JetStream3Logo.svg');
color: transparent;
animation: swingin 350ms ease-out forwards;
will-change: transform, opacity;
height: 75px;
}

Expand Down Expand Up @@ -157,9 +151,6 @@ article,
.summary {
max-width: 70rem;
margin: 0 auto 0 auto;
opacity: 0;
animation: fadein 0.5s ease-in-out forwards;
animation-delay: 200ms;
}

article {
Expand Down
2 changes: 0 additions & 2 deletions JetStreamDriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,6 @@ class Driver {
for (const benchmark of this.benchmarks)
text += benchmark.renderHTML();

const timestamp = performance.now();
document.getElementById('jetstreams').style.backgroundImage = `url('jetstreams.svg?${timestamp}')`;
const resultsTable = document.getElementById("results");
resultsTable.innerHTML = text;

Expand Down
15 changes: 0 additions & 15 deletions clouds.svg

This file was deleted.

30 changes: 0 additions & 30 deletions jetstreams.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading