Wreath 2017
See the Code - See it Full Page - See Details `rotateZ` + `translateX` for spiral effect... throw in a dash of `translateZ` for depth and sprinkle in some `rotateY` and `rotateX` for extra holiday...
View ArticleTree
See the Code - See it Full Page - See Details Inspired by wrapping paper. Works fully as expected in Firefox, Blink. Safari misses one animation that is using the Web Animations API. Edge misses...
View ArticleAdd more color animations
See the Code - See it Full Page - See Details _As of 11/26/2017 this is only present in Firefox Nightly_ The Web Animations API introduces the concept of two animations modifying the same property and...
View ArticleAdd more width animations
See the Code - See it Full Page - See Details _As of 11/26/2017 this is only present in Firefox Nightly_ The Web Animations API introduces the concept of two animations modifying the same property and...
View ArticleAdd more opacity animations
See the Code - See it Full Page - See Details _As of 11/26/2017 this is only present in Firefox Nightly_ The Web Animations API introduces the concept of two animations modifying the same property and...
View ArticleWAAPI Composite Support
See the Code - See it Full Page - See Details This Pen uses: HTML, CSS, JavaScript, and
View ArticleWAAPI Browser Support Test
See the Code - See it Full Page - See Details Testing different features of the web animations api for support in your current browser This Pen uses: HTML, SCSS, JavaScript, and
View ArticleAccumulate more transform animations
See the Code - See it Full Page - See Details _As of 12/5/2017 this is only present in Firefox Nightly and Chrome Canary 65+_ The Web Animations API introduces the concept of two animations modifying...
View ArticleAnimation Composite Toggler
See the Code - See it Full Page - See Details This Pen uses: HTML, CSS, JavaScript, and
View ArticleAnimation Composite Add: Smiles
See the Code - See it Full Page - See Details This Pen uses: HTML, CSS, JavaScript, and
View ArticleAnimation Composite Accumulate: Smiles
See the Code - See it Full Page - See Details This Pen uses: HTML, CSS, JavaScript, and
View ArticleAnimation Composite: Opacity
See the Code - See it Full Page - See Details This Pen uses: HTML, CSS, JavaScript, and
View ArticleSpiral with WAAPI iterationComposite
See the Code - See it Full Page - See Details _As of 11/28/2017 only in Firefox Nightly (59)_ The new property `iterationComposite` in the Web Animations API allows you to build on previous...
View ArticleWAAPI iterationComposite & composite
See the Code - See it Full Page - See Details _Firefox Nightly only as of 12/7/2017_ One Web Animations API animation that translates horizontally across the screen. Combined (via `composite: 'add'`)...
View ArticleWAAPI + CSS Support
See the Code - See it Full Page - See Details This Pen uses: HTML, CSS, JavaScript, and
View ArticleAdd more transform animations
See the Code - See it Full Page - See Details _As of 12/5/2017 this is only present in Firefox Nightly and Chrome Canary 65+_ The Web Animations API introduces the concept of two animations modifying...
View ArticleAdd more opacity animations
See the Code - See it Full Page - See Details _As of 12/5/2017 this is only present in Firefox Nightly and Chrome Canary 65+_ The Web Animations API introduces the concept of two animations modifying...
View ArticleAdd more transform animations with DOM elements
See the Code - See it Full Page - See Details _As of 12/5/2017 this is only present in Firefox Nightly and Chrome Canary 65+_ The Web Animations API introduces the concept of two animations modifying...
View ArticleIndependent Transforms + Independent Transitions with Houdini
See the Code - See it Full Page - See Details _As of 12/10/2017 you need to use Chrome + Enable Web Platform Features flag to see Houdini's `CSS.registerProperty()` which enables the independent...
View ArticleSpiral: Composite Add + Fill Forwards
See the Code - See it Full Page - See Details _As of 12/10/2017 requires Firefox Nightly... or Chrome Canary 65+ with Experimental Web Platform Features flag enabled_ Using `composite: 'add'` as an...
View Article