←back to thread

AnimeJs v4 Is Here

(animejs.com)
973 points adrianvoica | 7 comments | | HN request time: 0.348s | source | bottom
1. thih9 ◴[] No.43572053[source]
I like that I can grab and drag the browser’s scroll indicator and the animation updates seamlessly (safari mobile).
replies(3): >>43572209 #>>43572887 #>>43576846 #
2. captn3m0 ◴[] No.43572209[source]
I get a black screen with a scroll bar. Lockdown mode on iOS.
replies(2): >>43572845 #>>43573138 #
3. UncleBen ◴[] No.43572845[source]
Most likely due to iOS lockdown mode disabling WebGL rendering.
replies(1): >>43573093 #
4. Washuu ◴[] No.43572887[source]
It responds to the scrolling, leaving agency to the user, instead of hijacking scrolling, that steal agency from the user, that some web sites do. It's so much better of a solution and friendly to accessibility.
5. Arnavion ◴[] No.43573093{3}[source]
Same for me on desktop Linux Chromium (with and without incognito mode), and yes console prints WebGL errors:

> scripts.js?v=1:3820 THREE.WebGLRenderer: A WebGL context could not be created. Reason: Web page caused context loss and was blocked

> scripts.js?v=1:3820 THREE.WebGLRenderer: A WebGL context could not be created. Reason: Failed to create a WebGL2 context.

6. thih9 ◴[] No.43573138[source]
> When Lockdown Mode is enabled, your device won’t function like it typically does. (…)

> Web browsing - Certain complex web technologies are blocked, which might cause some websites to load more slowly or not operate correctly.

https://support.apple.com/en-us/105120

7. bbx ◴[] No.43576846[source]
TIL you can grab the scroll bar on iOS!!

Thanks for this. Jumping to the bottom of a page was such a chore for me.