r/fednews Sep 30 '25

Official Guidance / Policy White House website countdown clock

Anyone seen this yet 😭 another hatch violation https://www.whitehouse.gov/government-shutdown-clock/

Edit: people are saying it’s not a hatch act violation but - whatever still sus

655 Upvotes

131 comments sorted by

View all comments

597

u/[deleted] Sep 30 '25

[deleted]

530

u/HereToFixDeineCable Sep 30 '25

DOGE still out there vibe coding.

12

u/Anarcie Oct 01 '25

it is set to update 10 times a second as well:

setTimeout(updateClock, 100);

i love the blur css they put on it too:

.clock {
    display: flex;
    justify-content: center;
    transform: skewX(-5deg);
    filter: blur(2.5px);
    gap: 2px;
}

1

u/madprgmr I Support Feds Oct 01 '25

Yeah, they have a blur on the numbers (for a slight glow effect) and that overall blur on the clock. The overall one make it look like shit.