Welcome to Gaia! ::


Wheezing Fatcat

So I already have my profile set up to where things are transparent until hovered over, but I was wondering if there was a way to make the transparency fade in and out slowly.. if that makes any sense... I don't know how to better explain sweatdrop

This is what I'm using on my profile currently -

.panel {opacity: 0.55; }
.panel:hover {opacity: 1.0; }

IiI kim's Senpai

Profitable Saint

Cillaa
So I already have my profile set up to where things are transparent until hovered over, but I was wondering if there was a way to make the transparency fade in and out slowly.. if that makes any sense... I don't know how to better explain sweatdrop

This is what I'm using on my profile currently -

.panel {opacity: 0.55; }
.panel:hover {opacity: 1.0; }


like this?

.panel {opacity: 0.55; transition: all 500ms linear;}
.panel:hover {opacity: 1.0; transition: all 500ms linear;}

Wheezing Fatcat

uudon
Cillaa
So I already have my profile set up to where things are transparent until hovered over, but I was wondering if there was a way to make the transparency fade in and out slowly.. if that makes any sense... I don't know how to better explain sweatdrop

This is what I'm using on my profile currently -

.panel {opacity: 0.55; }
.panel:hover {opacity: 1.0; }


like this?

.panel {opacity: 0.55; transition: all 500ms linear;}
.panel:hover {opacity: 1.0; transition: all 500ms linear;}

thank you! this worked! 3nodding

Quick Reply

Submit
Manage Your Items
Other Stuff
Get GCash
Offers
Get Items
More Items
Where Everyone Hangs Out
Other Community Areas
Virtual Spaces
Fun Stuff
Gaia's Games
Mini-Games
Play with GCash
Play with Platinum