Generate an Animated Countdown Timer

Jordan Coeyman
Feb 22, 2019

--

Couldn’t be easier, thanks for this handy tool:
> https://timer.plus

Generating a SVG countdown timer that automatically updates on refresh is easy:

  1. Goto https://timer.plus
  2. Enter the date / time (which is localized to your timezone)
  3. Use it! You can embed the SVG file directly from Timer.plus, download the source code yourself, or even just link to it via a hosted URL.

Some of the key features of Timer.plus:
- Free, no registration required
- Secure, absolutely no data is stored on timer.plus servers
- Redirect functionality — ability to redirect users to another webpage once the timer has expired (great for giveaways, wait lists, etc).
- Custom colors, spacing, and soon more design options.
- Has helpful chatbot, FAQ, and useful blog articles to learn more about how to utilize this simple, yet powerful, tool.

<object type="image/svg+xml" style="max-width: 100%;" data="https://timer.plus/timer.svg?backgroundColor=%23ffffff&textColor=%23000000&width=650&height=250&numberY=55&labelY=75&timezone=America%2FNew_York&end=1710685974000"></object>

Check it out:
> https://Timer.plus

--

--