Skip to content

Instantly share code, notes, and snippets.

View wtigert's full-sized avatar
🐔
cluck

Wyatt Tigert wtigert

🐔
cluck
View GitHub Profile

Keybase proof

I hereby claim:

  • I am wtigert on github.
  • I am wtigert (https://keybase.io/wtigert) on keybase.
  • I have a public key whose fingerprint is 628A AB58 029D E062 E4F6 B88D BCCF C98E F596 2487

To claim this, I am signing this object:

@wtigert
wtigert / counter.html
Last active October 7, 2019 21:50
Count up/down number animation (🤷‍♂️)
<!doctype html>
<meta charset=utf-8>
<style>
.tt { font: 36px/1.3 Helvetica, sans-serif; }
</style>
<span class="tt">1234</span><br/>
<input class="in" type="text"/><br/>
<button class="push">Push Me</button>