houdini-samples
houdini-samples copied to clipboard
Demos for different Houdini APIs
When using provided links for video samples, for example- in the [twitter-header](https://github.com/GoogleChromeLabs/houdini-samples/tree/master/animation-worklet/twitter-header) folder, YouTube says the videos have been made private. Is there any other way to check the samples...
Layout example "relative" has all its `select` elements disabled, though its value is `disabled="false"`, because browsers will consider it disabled anyway. This fixes this bug by making `disabled` atrribute optional.
The docs on this are a bit old and even new ones from Sept say 'we are working on getting paintAPI pant worklets off the main thread.' Is there an...
https://github.com/GoogleChromeLabs/houdini-samples/blob/35e66ed8b747b87c2c4c275e5ced5d2a1ea11373/animation-worklet/parallax-scrolling/index.html#L48
I've implemented a fancier version of [this](https://www.youtube.com/watch?v=AfiaReDetZE) paint API QR code generator by @bfgeek. Since it wasn't my idea, I've though it would make sense to add it to this...
` var smallContent = document.querySelector('.small'); new KeyframeEffect(smallContent, [{ 'opacity': 1 }, { 'opacity': 0 }], { duration: 7, fill: 'forwards', delay:5000, iterations:1 })` In the above keyframe effect, the below...
Not sure why, cant see any error message, the tab just hangs. Same in Canary. Due to spec-change? Would be supercool to be able to try the demos out ;)