Philip Bell

Results 21 issues of 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

Type: Feature Request
P2: Soon
WG: stories
Stale

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)

P3: When Possible
Type: Feature Request
WG: stories
Stale

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...

Type: Bug
Related to: Accessibility
P2: Soon
WG: stories
Stale

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. ![swiping fase](https://github.com/vadimkorr/svelte-carousel/assets/3860311/4c6652b7-74a0-4476-a6aa-b858bf5830cb)

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...