/css-houdini-examples

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

Primary LanguageHTML

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