“The Infinite Run”, 2019, is an animated GIF first and foremost. The idea to extend variations came second.

The HTML file is here < — Click to expand – “The Infinite Run” also exists as its own .html file and functions as such. Of course you will need to click the hyperlink to activate that option. Will you?

I have also been toying with the idea of creating single page animations that have their own URL and domain name to display and potentially sell the artwork. I wanted to use this animation as both an example and a single page full website. The works are hosted at: https://theinfiniterun.com

If you want just the html, then add this </> below to your editor of choice…

<! DOCTYPE html>
<html>

<head>
<title><b>the_infinite_run</b></title>

<style>
.responsive {
width: 100%;
height: auto;
}
</style>

</head>
<body>

<img src=”https://www.ryanseslow.com/wp-content/uploads/2019/04/the_infinite_run.gif” width=”1600px;”
height=”1600px;” class=”responsive”>
</body>

</html>