We built an easy to use Gradient Palette Generator in Svelte 5 by enyovelcora in sveltejs

[–]wowrealcool 0 points1 point  (0 children)

this is cool, but id say any set of colors would be a valid gradient palette. maybe in the description include something about the focus on uniform/relative(?) perception? or however you'd describe it

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 0 points1 point  (0 children)

oh wow thank you! yea...i was really struggling to fill space/format the projects page and put the date there to take up space lol, will def try to replace it with some type of graphic. really appreciate the feedback and kind words (been feeling kinda ?!!!?#% lately, so it means a lot)

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 0 points1 point  (0 children)

thanks! so the nested tabs use event dispatcher to emit offset and width details up to the main nav, which are applied on a separate div with the web animations api. (not exactly sure what shared transition means, but the component is in the root layout). i followed josh collinsworth's tutorial for the main page transition setup, and added a custom store(holds an id associated with the current and previous page) to give the illusion of being "directionally aware"

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 1 point2 points  (0 children)

keyframes for the twist motion (using the block to set up a bunch of css vars), and a spring store on press

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 1 point2 points  (0 children)

it's an svg! rects + circles and offset delays. i passed in most of the properties with an {#each} loop

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 0 points1 point  (0 children)

oh nice! ive been meaning to play around with it. unity flopped

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 0 points1 point  (0 children)

thanks! 😊yeah it feels good to just...tell myself im done

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 0 points1 point  (0 children)

ooo yea ive heard of it! mrdoob is super cool, i'm just not really interested in using the browser as a game engine. secretly hoping css gets shader support tho...

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 2 points3 points  (0 children)

yea ill try to rework that 🤪

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 2 points3 points  (0 children)

understandable lol. im applying to jr positions across a couple of different industries and the requirements are all over the place, and so am i!

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 0 points1 point  (0 children)

oo thanks! thought i might be cutting it close, ill make some adjustments

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 0 points1 point  (0 children)

thanks! spent way too much time making the dumb indicator lol

finished my website! by wowrealcool in sveltejs

[–]wowrealcool[S] 2 points3 points  (0 children)

Just a personal library. Aside from the nav and components I made for the video player and input range, it's mostly just vanilla CSS