Chonky Menu Re-Creation
21–30 of 97 posts
Re: Chonky Menu Re-Creation
#22Usually people use "easing functions", which are convenient since they typically have a range and image both in [0.0 .. 1.0] [1] (although sometimes the range is slightly above 1 or below 0 to produce some "effect"). CSS has a cubic-bezier function [2] that can be used to replicate pretty closely all sorts of easing functions.
Functions that look like an "S" when plotted are called "sigmoids", a popular one used in graphics applications is called "Smoothstep" [3].
--
2: https://developer.mozilla.org/en-US/docs/Web/CSS/easing-func...
Re: Chonky Menu Re-Creation
#23Re: Chonky Menu Re-Creation
#24This is great -- all the way up to the point where you have to hold and drag. The usability on a laptop goes out the window as you realize you can't accelerate past the edge of your touchpad. Getting to the top item in the menu -- maybe even the most important item -- is extremely hard. You rapidly become limited to the number of items you can have in this menu. Tap-or-swipe-to-open, and tap-or-swipe-to-close have ra…
For a desktop-specific version of this, I'd definitely allow it to persist open after a single click. Maybe I'll add that.
Re: Chonky Menu Re-Creation
#25> I wasn’t sure what type of math function would work for this Usually people use "easing functions", which are convenient since they typically have a range and image both in [0.0 .. 1.0] [1] (although sometimes the range is slightly above 1 or below 0 to produce some "effect"). CSS has a cubic-bezier function [2] that can be used to replicate pretty closely all sorts of easing functions. Functions that look like an…
Re: Chonky Menu Re-Creation
#26IMHO it seems to me overly complicated. Also it doesn't work on mobile / tablet Android. you can display the menu but once you release the button it dissapear
Re: Chonky Menu Re-Creation
#27amazing. which tools did you use to build this?
Re: Chonky Menu Re-Creation
#28If it doesn't work for you, please have a look at the video where I demonstrate and talk through everything:
Re: Chonky Menu Re-Creation
#29IMHO it seems to me overly complicated. Also it doesn't work on mobile / tablet Android. you can display the menu but once you release the button it dissapear
Re: Chonky Menu Re-Creation
#30Does not work on Android.