Skip to content

Instantly share code, notes, and snippets.

@shshaw
shshaw / index.pug
Last active January 3, 2020 16:27
Description!!!
h1 hello world
div what's up?
@shshaw
shshaw / blurred-blinds-loader-animation-tutorial-with-backdrop-filter-blur-keyframers-2-13-0.markdown
Created August 7, 2019 14:41
Blurred Blinds | Loader Animation Tutorial with backdrop-filter: blur | @keyframers 2.13.0
@shshaw
shshaw / index.html
Created June 12, 2019 16:09
🍍↩️ Pineapple Placement, Part 1 | Complex Web Animation Challenge! | @keyframers 2.8.0
<a href="https://youtu.be/Obj0-fID7Yc" target="_blank" data-keyframers-credit style="color: #FFF"></a>
<script src="https://codepen.io/shshaw/pen/QmZYMG.js"></script>
<div id="app" data-state="1">
<div class="bg main-bg" data-flip-key="main-bg" data-scene="2"></div>
<div class="bg articles-bg" data-flip-key="main-bg" data-scene="1"></div>
<h1 class="logo">@keyframers</h1>
<form class="search">
@shshaw
shshaw / circular-mask-transition-with-css-chair-circle-keyframers-2-2-0.markdown
Created April 16, 2019 18:58
Circular Mask Transition with CSS | 💺🔴 Chair Circle | @keyframers 2.2.0

Keybase proof

I hereby claim:

  • I am shshaw on github.
  • I am shshaw (https://keybase.io/shshaw) on keybase.
  • I have a public key ASA16kYNrXWwquvjWjg67rboAlQmcC998nlaI3Z2CmSVEQo

To claim this, I am signing this object:

@shshaw
shshaw / index.html
Created September 21, 2018 20:45
PIXI.js Displacement Mapped Text
<label for="input">Type Here</label>
<textarea name="input" id="input">
Hello
world
</textarea>
@shshaw
shshaw / index.html
Created September 21, 2018 19:45
Pixi JS Displacement Text Effect
<div id="px-render"></div>
<textarea id="input">hello</textarea>