Skip to content

Instantly share code, notes, and snippets.

View D-ominik's full-sized avatar

Dominik Seeger D-ominik

View GitHub Profile

Scrolleo

Apple has been creating some amazing scrolling video sites lately and I've been trying to create a simplified plugin to recreate this effect. This is the alpha version of this plugin. You can see an example of the effect I'm recreating here: http://www.apple.com/macbook/

This uses requestAnimationFrame and allows you to create multiple custom scrolling videos easily.

A Pen by Mark Teater on CodePen.

License.

@bennadel
bennadel / multiple-dropzones.htm
Created December 15, 2013 01:44
Using Multiple Dropzones And File Inputs With A Single Plupload Instance
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>
Using Multiple Dropzones With A Single Plupload Instance
</title>
<link rel="stylesheet" type="text/css" href="./assets/css/styles.css"></link>