wallet-adapter
wallet-adapter copied to clipboard
Fix Fade In Effect
Minor tweak to fix the modal fading.
@tiagoapp do you have a demo to see what is the improvement on this for the UI? Thanks!!!
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