Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyingq
1903 days ago
In this case, it's a div full of ship emojis separated by and a css animation, so no javascript.
You can change the speed in the js console...
$('div.resultMarquee').style.animationDuration='120s';
1 comments
toomanybeersies
1902 days ago
The element is placed on the page with a `DOMContentLoaded` callback.
link