Skip to content

Instantly share code, notes, and snippets.

View mrkev's full-sized avatar

Kevin Chavez mrkev

View GitHub Profile
@mrkev
mrkev / GIF-Screencast-OSX.md
Created January 17, 2017 01:17 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

@mrkev
mrkev / dabblet.css
Created February 24, 2013 00:39 — forked from LeaVerou/dabblet.css
Scrolling shadows by @kizmarh and @LeaVerou
/**
* Scrolling shadows by @kizmarh and @leaverou
* Only works in browsers supporting background-attachment: local; & CSS gradients
* Degrades gracefully
*/
html {
background: white;
font: 120% sans-serif;
}