I made a smooth shadows generator
11–20 of 48 posts
Re: I made a smooth shadows generator
#12Earlier quoted context omitted.
The entire Apps state seems to be encoded in the URL, so each change also generates a completely new one. This breaks the state for me, I suppose Firefox doesn't like when you update the URL with every drag of a slider.
Breaking the back button isn’t necessary for this; all they need to do is call `history.replaceState()` instead of `history.pushState()`.
Re: I made a smooth shadows generator
#13Re: I made a smooth shadows generator
#14Adds lots of frames to the back button history… not that bad but very irritating
Re: I made a smooth shadows generator
#15I'd suggest moving the "copy css/figma/link" buttons to the right panel or at least making them more obvious (maybe by increasing contrast?) as I had trouble figuring out how to export the shadow I made.
Re: I made a smooth shadows generator
#16What is "smooth" referring to? Looks a regular box shadow to me.
Re: I made a smooth shadows generator
#17Re: I made a smooth shadows generator
#18Re: I made a smooth shadows generator
#19What is "smooth" referring to? Looks a regular box shadow to me.
Set the opacity high, blur low and then play with the layers and you'll see the multiple box shadows. 0.5 opacity and 10 blur were the settings I used.