wallet-adapter icon indicating copy to clipboard operation
wallet-adapter copied to clipboard

Fix Fade In Effect

Open tiagoapp opened this issue 2 years ago • 2 comments

Minor tweak to fix the modal fading.

tiagoapp avatar Nov 08 '22 16:11 tiagoapp

@tiagoapp do you have a demo to see what is the improvement on this for the UI? Thanks!!!

silvestrevivo avatar Dec 10 '22 10:12 silvestrevivo

You already have the CSS classes for fading the modal, but they currently don't work (https://solana-svelte-counter.netlify.app/) -- clicking on the 'select wallet' don't fades the modal.

I fixed this by removing the CSS and use the transition:fade from svelte https://solana-svelte.vercel.app/

So you can see the modal in this case does fade in @silvestrevivo

tiagoapp avatar Dec 12 '22 10:12 tiagoapp