Skip to content

Instantly share code, notes, and snippets.

View Jonnysol's full-sized avatar

Jonathan Solomon Jonnysol

View GitHub Profile
@Jonnysol
Jonnysol / drum-sequencer-w-sample-pad.markdown
Last active October 17, 2021 04:06
DRUM SEQUENCER w/ SAMPLE PAD

DRUM SEQUENCER w/ SAMPLE PAD

Just lay out your beat and press "Q, W, E or R" for live sample playback!

by [Jacob Kucera & Jon Solomon] on CodePen.

License.

@Jonnysol
Jonnysol / index.pug
Created November 7, 2020 13:16
Only CSS Loader - Wizard
.scene
.objects
.square
.circle
.triangle
.wizard
.body
.right-arm
.right-hand
.left-arm
@Jonnysol
Jonnysol / impossibly-tipsy.markdown
Created November 7, 2020 03:40
Impossibly Tipsy
@Jonnysol
Jonnysol / impossibly-tipsy.markdown
Last active November 7, 2020 03:37
Impossibly Tipsy
@Jonnysol
Jonnysol / index.html
Created November 7, 2020 02:39
SVG video mask on text
<div class="wrapper">
<video autoplay playsinline muted loop preload poster="http://i.imgur.com/xHO6DbC.png">
<source src="http://mazwai.com/system/posts/videos/000/000/148/preview_mp4/kenji_kawasawa-106_balloons.mp4?1419192915" />
</video>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 285 80" preserveAspectRatio="xMidYMid slice">
<defs>
<mask id="mask" x="0" y="0" width="100%" height="100%" >
<rect x="0" y="0" width="100%" height="100%" />
<text x="72" y="50">Simon</text>
</mask>