Philip Bell
Philip Bell
Hi dmarcos! When the A-Frame source is switched from "aframe-core.js" to "https://aframe.io/releases/0.4.0/aframe.min.js" the component breaks. It looks like "entityEl.getObject3D('mesh');" on line 14 of "explode.js" is returning BufferGeometry instead of THREE.Mesh...
Small update to make value accessing consistent across examples.
Add visual tests to confirm render position rendering. cc @ampproject/wg-stories
This assists with UX of the component. Previously the fieldset could receive a touch event which would clear all stars, which looks like a bug. Adding `display: inline-block;` to the...
Frames of video could blur while playing. [Demo](https://philipbell-video-blur.web.app/examples/amp-story/homewarrior/index.html) [draft PR](https://github.com/ampproject/amphtml/pull/35281)
Currently, activating a link with TalkBack will trigger a page advancement. Expected behavior from TalkBack would be to open the link. This is where navigation or tooltip logic starts and...
Links should not open if the user is swiping to the next card. To reproduce, add a link to a carousel and start drag from it. At the end of...
When quickly swiping back and forth the carousel will get stuck. 
Hello! What is the best way to use this through NPM? after installing it: npm install jqueryimgmask --save and importing it in my project: import "jqueryimgmask"; I'm getting an error...