-
Notifications
You must be signed in to change notification settings - Fork 757
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
html data api #52
Comments
any of the options you see in the document should be able to be used with the html data api as well. So yes, |
ok thank you a lot for your quick answer! your work is very great,thank you a lot for all that,thank you! |
hello,I manage for all except for the loop attribute, I already try |
There was a small bug with the data-api and top level options such as loop. Grab the latest version (0.3.2) and let me know if that is fixed. Thanks |
ok so I grab the latest version, thanks jQuery(function () { ==========="data-in-loop" not working============ in this other script if you put "data-loop" in html data "data-loop:false" jQuery('.tlt').textillate({ in: {effect: 'fadeIn'}, out: { effect: 'fadeOut', shuffle: true }, loop: true }); it is not working, perhaps is normal because there is "loop:true" inside jQuery (just to show you) so data-loop is working but add a second effect(hinge) with the default script(perhaps normal because looping so people perhaps need to disable the out effect I don t know) Thanks a lot |
Hello,
sorry for my english,your work is very good,congratulations!
I have a question,Is it possible using "data" attribute, (data like this)
h1 class=“title” data-in-effect="flash" data-in-duration ? data-in-loop? >My First flash Example
and to put "shuffle" attribute , "loop" attribute, "sync", duration and more etc etc
there is just data-in-effect and data-out-effect ? or there are other attributes ? can I have a list please? I prefer to use "data-" instead of jQuery to choose loop and shuffle etc..and I found nowhere a list on wiki or other
thanks a lot
Regards
The text was updated successfully, but these errors were encountered: