Adam Argyle

Results 422 comments of Adam Argyle

It appears his NPM repo isnt updated to what he has here on Github. If you copy `tasks/manifest.js` contents from this repo, into your copy in `node_modules/grunt-manifest/tasks/manifest.js`, hashes will work....

pinch zoom does the same?

related to #24

needs tests

havent tried it, but i bet you could just import this, get a ref to the node you want to get scrollend from, and then use that ref to setup...

maybe there's a conflict with how React does events. perhaps they're consuming them to the root of the react app (which they've always done) but aren't forwarding the scrollend event?

UA styles are like: ```css selectedoption { view-transition-name: none; } ``` But author styles are like, no way, lemme animate: ```css .color-picker selectedoption { view-transition-name: selected-color-option; } ::view-transition-new(selected-color-option) { animation:...

hm, might not be that simple because there could be multiple on the page. doesnt seem a good idea for the UA to attempt multiple unique view transition names for...