(apologies, version error in previous post, now deleted)
Twine Version: 2.8.0.0, chapbook version: 1.2.3
Hello! I am currently writing my first story in Twine, and I am experiencing a slight issue with altering the transition style between passages. The issue involves five passages, which I’ll call A, B, C, D, and E.
For passage A, as for all preceding passages, Chapbook default settings have been used. Passage B has the following variable changes and modifiers in effect:
config.body.transition.name: ‘fadeInOut’
config.body.transition.duration: ‘1200ms’
[align center]
[after 1500ms]
The above is meant to apply to passages B through E, and for the last three of these, everything works perfectly. Passage B fades in nicely and with the desired duration, and the two modifiers are also in order. However, when the simple link in passage B is clicked, then instead of fading out, the passage’s text instantly vanishes, as if config.body.transition.name were set to “none.” Passage C, again, fades in just right.
I’ve tried moving the config variables back and forth through the passages, changing their order, and even duplicating them in each passage involved, checked the code multiple times, but I just can’t seem to fix the problem. Any tips and pointers would be greatly appreciated.
Thank you.
Sister-to-the-Queen