marcingajda / css-houdini-examples

Basic examples of using CSS Houdini. Some of them works only in Chrome Beta with Experimental APIs turned on ✨

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Houdini demos

Part of presentation shown on Uszanowanko Programowanko meetup.

Just go to any directory and run the index.html from localhost.

Demos list

  1. Simple CSS Paint API example
  2. As above but with using parameters
  3. Now with animation done in JS
  4. The same animation but with CSS and CCSTOM
  5. Animation Worklet example
  6. The same effect like above but in a classic way*

*) Simple JS animation, without the Animation Worklet, done for comparison

About

Basic examples of using CSS Houdini. Some of them works only in Chrome Beta with Experimental APIs turned on ✨


Languages

Language:HTML 68.2%Language:JavaScript 16.6%Language:CSS 15.2%