static.Anthony.media

Hosted assets, scripts, multimedia, and more intended for use with anthony.media hosted web applications.

JavaScript

A simple loading spinner created with plain HTML and animated opacity values.
<script src="https://static.anthony.media/js/spinner/spinner.js"></script>
  1. Add the source file to the page.
  2. Pass an element to createSpinner() to have that element replaced with a loading spinner.
  3. (Optional) Pass an options object alongside the element to control the color of the loading spinner.

Web pages

A clock overlay designed for use with OBS security camera.
https://static.anthony.media/app/clock/?style=font:%20bold%2010px%20monospace;%20color:%20white;%20display:%20inline-block;%20border-radius:%205px;%20padding:%202px%205px;background-color:%20rgba(0,0,0,0.5);&format=YYYY/MM/DD%20hh:mm:ss%20A&title=Room%20Name
  1. Update the style query string in the URL
  2. Customize the style of the clock using URL escaped characters
  3. Add the new URL to OBS as a source and scale to desired size.