Custom HTML Elements

<template id=”sdtemplate”> <style> p { color: orange; } </style> <p>I’m in Shadow DOM. My markup was stamped from a &lt;template&gt;.</p> </template> <script> var proto = Object.create(HTMLElement.prototype, { createdCallback: { value: function() { var t = document.querySelector(‘#sdtemplate’); this.createShadowRoot().appendChild(t.content.cloneNode(true)); } } }); document.register(‘x-foo-from-template’, {prototype: proto}); </script> Custom Elements allow web developers to define new types of HTML …

World War II From Space

World War II From Space is a 90 minute documentary visualising key events from World War II from the vantage point of space. This was a huge task as there were 300 animations (most between 20/30 secs) and 79 VFX shots completed in 8 months. This is a montage of some of these sequences. You …