rrcampbell-exe / yarnsworths-tales

A storyline generator for fantasy roleplaying games.
https://rrcampbell-exe.github.io/yarnsworths-tales/
2 stars 0 forks source link

Transition Appearance of `tale-intro` #8

Closed rrcampbell-exe closed 3 years ago

rrcampbell-exe commented 3 years ago

Description Currently, tale-intro populates by "popping" into existence. It would be preferable if this faded into existence.

Possible Solutions

.tale-intro { ... transition: visibility visible 0.7s;

rrcampbell-exe commented 3 years ago
rrcampbell-exe commented 3 years ago
rrcampbell-exe commented 3 years ago

Resolution Used jQuery fadeIn and fadeOut to achieve desired result