Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Text fade stopping after using div or p tags

edited May 2015 in Help! with 2.0
Hey,

Is there a way to prevent the ugly 'pop' on text that appears after using <div> or <p> tags? All text before fades in correctly, but any text after the tags will pop in after the animation finishes.

Using Twine 2.0.4 with Harlow 1.0.1, no custom CSS.

Here's a little example of what I mean:
This text fades in

<p></p>

This text doesn't

Thanks for reading.

Comments

  • I think I've found the solution to this myself...

    If text is wrapped in <p></p>, it will always fade correctly. If the text is tag-less, it'll stop animating after a previous tag is used.

    Hope this is helpful to someone.
  • I had noticed that problem but didn't know why it was doing that, so thanks for pointing it out. I guess that means that as soon as we put some kind of <div> into the passage, we have to wrap every bit of text in elements after that, or it won't fade in properly. This may be fixed in Harlowe 1.1. but I am not sure.
Sign In or Register to comment.