Regarding Flier's profile.
Disclaimer: I do not have much experience with coding. So it's more of a "test and hope this code works" x a million, but of course, not all codes may work the same on different browsers and etc. even if it works for me? So I'm just really unsure about a lot of my codes haha.
Anyway!
For Flier's TC, I had a transition code for the hover, similar to this one for the story:
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
But when I hovered over the TC, the items would like scramble to get into their places (probably because the width of the TC changed), so I just got rid of the transition, but now it seems kind of abrupt to me? (I'm not sure if it is though?)
My question would be is there a way to have a smoother transition, yet not have the items sliding all over the place? (like the story currently..) Besides coding for each TC item? Would there be a similar fix for the text/content in the story/pet_desc ?
I guess you wanted to have the same effect than I do have with Kenji (Commander K.) That the items stay in place and the width/height will change? In that case you would have to position each item inside the treasure box. If you like I can give you the code I have used for Commander K. However, I don't know if you still can scroll then or so.
We come into this world with our eyes closed. And most of us choose to live our whole lives that way. ~ CoD:AW [flower=Marunn]
Ooh yes that would be ideal! Except if it can't scroll :C helped me to find a compromise for it, so I'm hoping that the way it's set up now would be good enough? I found that even if I had the width of the TC to stay constant, there would still be non-smooth transitions. Though hoping it's just this laptop that I'm using. Maybe it's the TC items? I might have to reposition them sometime, maybe make them smaller! :P
nono, it has nothing to do with the size of the TC items. I'd say I'll send you the code by PN, you can edit it for your likes, and in case you can't come to a solution you can send me the code you have so far and I can look over it and give you maybe a solution ^^ That would be the least I coudl do for you after your help with deBoer's story <3
We come into this world with our eyes closed. And most of us choose to live our whole lives that way. ~ CoD:AW [flower=Marunn]