Sugarcube 2.11.0
Not sure if this can be done with CSS or it's going to require complex JavaScript or jQuery stuff (neither of which I have any clue about).
Anyways, I would like the links in my descriptions to be the same colour as the rest of the text when the passage first loads, but then to slowly ease into a different colour over, let's say, fifteen seconds.
I stress I'm not looking for this to happen on hover, but to be triggered when the passage loads so that the links slowly become apparent to the player.
Comments
Here's the answer:
Add to your Stylesheet Change the duration value for speed of flashing effect.
I don't know what fade.passage and body.fade do, so unless you clarify your question I can't offer any help.
If it's the passage as a whole, then try:
So if I wanted to make it only work on certain types of text, how would I go about doing that?
In my example I wanted to target just the links in the passages, so I used .passage a.link-internal