Skip to content

Instantly share code, notes, and snippets.

View markteater's full-sized avatar

Mark Teater markteater

View GitHub Profile
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-77.0775032043457,38.90612928287483],[-77.07913398742676,38.91247418031278],[-77.04917907714844,38.91988697357693],[-77.04540252685547,38.93524435092408],[-77.03407287597656,38.941653403182116],[-77.02068328857422,38.94178691894434],[-77.00918197631836,38.91053737702329],[-76.98343276977539,38.89998421007432],[-76.96609497070312,38.89757947159315],[-76.96025848388672,38.89731227340173],[-76.93227767944336,38.91067095136067],[-76.9094467163086,38.892903358095296],[-76.90773010253906,38.81884616311726],[-77.02308654785156,38.80600530900049],[-77.00042724609374,38.86136495622855],[-77.01828002929688,38.86216695339701],[-77.02085494995117,38.873661252078065],[-77.02806472778319,38.88141217155417],[-77.03390121459961,38.884218330491095],[-77.03819274902344,38.88662352136805],[-77.04111099243164,38.88755885138529],[-77.04437255859375,38.885420936107955],[-77.04849243164062,38.885287314266904],[-

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.