It does not seem to work on Firefox for iOS. I could not see any animation just the tiny click registration cards.
Jelly UI: Soft-body physics for native HTML form controls
41–50 of 209 posts
Re: Jelly UI: Soft-body physics for native HTML form controls
#42Okay I know this is gonna sound rude but who in the world would want form controls that behave this way?
Re: Jelly UI: Soft-body physics for native HTML form controls
#43Please never use scroll-snap as is done on this demo page (unrelated to the soft-body physics). It leads to an awful experience for a large fraction of users. It improves things in one or two scenarios, but at the cost of far more common great frustration. Scroll-snap is a really risky feature, very niche in its reasonable applications. This is definitely not a suitable place to use it.
can you give an example of why/how? I thought it was well done and enjoyable. Regular fast scroll was still as expected, and then the slower interactions felt like slide changes.
Re: Jelly UI: Soft-body physics for native HTML form controls
#44Re: Jelly UI: Soft-body physics for native HTML form controls
#45Waste of computing resources, and mildly distracting. This reminds me of compiz.
Re: Jelly UI: Soft-body physics for native HTML form controls
#46Please never use scroll-snap as is done on this demo page (unrelated to the soft-body physics). It leads to an awful experience for a large fraction of users. It improves things in one or two scenarios, but at the cost of far more common great frustration. Scroll-snap is a really risky feature, very niche in its reasonable applications. This is definitely not a suitable place to use it.
> It leads to an awful experience for a large fraction of users. can you give an example of why/how? I thought it was well done and enjoyable. Regular fast scroll was still as expected, and then the slower interactions felt like slide changes.
Re: Jelly UI: Soft-body physics for native HTML form controls
#47Please never use scroll-snap as is done on this demo page (unrelated to the soft-body physics). It leads to an awful experience for a large fraction of users. It improves things in one or two scenarios, but at the cost of far more common great frustration. Scroll-snap is a really risky feature, very niche in its reasonable applications. This is definitely not a suitable place to use it.
Re: Jelly UI: Soft-body physics for native HTML form controls
#48Re: Jelly UI: Soft-body physics for native HTML form controls
#49Saw the window was a bit laggy so thought I'd delve deeper to figure out what was going on. This lib runs a a RAF animation loop every 8ms across every component on the page that causes the entire document to repaint. The comment above appears of the AI generated sort: // One shared animation frame: step every live component, park when idle. // The delta is capped so a background-tab pause never becomes one giant ste…
Agreed the comments look a bit slop-ish but I don't see anything obviously wrong with its approach, and the core loop is running in microseconds for me when nothing is happening.
Re: Jelly UI: Soft-body physics for native HTML form controls
#50I dont get why people are so mad at this? Looks fun, will I ever use it? Probably not, but it looks fun