Skip to content

Snugug/houdini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

05b447a Β· Apr 21, 2019

History

78 Commits
Aug 23, 2018
Jun 12, 2018
Apr 21, 2019
Jun 12, 2018
Jun 17, 2018
Jun 12, 2018
Aug 23, 2018
Jun 12, 2018
Jun 12, 2018
Jun 12, 2018
May 29, 2018
May 29, 2018
May 23, 2018
Oct 29, 2018
Jun 13, 2018
Jun 12, 2018

Repository files navigation

CSS Houdini

An interactive introduction to CSS Houdini! Learn, play, and remix to your heart's content!

Viewing This Introduction

Because Houdini is still an in-flux set of web specs, and because there is only really one implementation available in the wild today, you'll need Chrome Canary with Experimental Web Platform Features turned on (chrome://flags/#enable-experimental-web-platform-features) in order to use most of these demos.

Contributing & Discussing

While the code powering this site is available for remixing from Glitch, if you'd like to contribute to the main project directly (fix something, add something, etc…), head on over to the GitHub Repo that powers the site. The only special thing that's happening in the codebase is shared CSS gets compiled from Sass in the src folder; other than that what you see is what you get. The issue queue is a good place to ask questions as well, if you'd like.

Other Thoughts

I did a lot of SVG work for Paint API stuff in Illustrator, and getting that stuff in to a 2D drawing context would have been a pain by hand. Fortunately, the AI to Canvas Illustrator plugin works wonders for that. Thanks Sarah Drasner for pointing me in the right direction there.