rrcampbell-exe / yarnsworths-tales

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

setTimeout for appearance of info on page #5

Closed rrcampbell-exe closed 3 years ago

rrcampbell-exe commented 3 years ago

Description Currently, text populates onto page before calls to DND API are completed. As a result, the population of API data onto the page creates a "popping" effect.

Possible Solution

rrcampbell-exe commented 3 years ago

Resolution Created additional functions delayFunction, taleVisibility, and taleInvisibility to repair this bug with use of setTimeout() method.