This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| // Parsley default config | |
| $.fn.parsley.defaults = { | |
| inputs: 'input, textarea, select', | |
| excluded: 'input[type=hidden], :disabled', | |
| trigger: 'change', | |
| animate: true, | |
| animateDuration: 300, | |
| focus: 'first', | |
| validationMinlength: 3, |