-
Notifications
You must be signed in to change notification settings - Fork 759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Garbled handling #6
Comments
Right now the plugin is only expecting text or a list of texts as input. If you have other html elements inside them, I could see it causing unexpected results. It's something I've definitely been thinking about how to support nicely however. I hope to have something in the new version. |
Great. I'll look forward to it! Thank you. |
Perhaps a related subject or perhaps I'm just ignorant... I'm unable to define custom effects in the texts class (li). It seems to just default to the default. I did see your jsbin re: the 'tlt' class but can't reproduce this in the 'texts' class. You can see my experiment here. Waterfall sounds ahead beware! http://paulclarkphoto.com/dukesCreek/ Thanks so much for this. I love it! |
Seems to be unrelated to this but looks like it could be an issue. |
Perhaps I'm missing it on the demo/desc page, but is this plugin not capable of handling li tags with div's and the like nested inside them? I use animate.css, and I know, for example, it will work with images and so on, so perhaps I'm just doing something wrong.
I have an unordered list with various list items, inside of which are a div with a span and p tag. When the page first displays, it shows all the text, unformatted, in one massive paragraph. It applies the animation, and brings back -2- of that paragraph. Animation, and now it shows single lines, but, again, without any formatting applied.
Again, perhaps I'm doing something wrong. I can see in the console that the script is doing it's thing, and at the paragraph phase, it seems that multiple lines are wrapping in the word classed spans the script uses.
Admittedly, I'm using the initialization and passing parameters; I've yet to try the markup and see if makes a difference.
Any suggestions would be greatly appreciated. Thank you!
The text was updated successfully, but these errors were encountered: