Skip to content
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

PLEASE MAKE THIS CHANGE TO YOUR DOCUMENTATION. Thanks. #24

Open
ghost opened this issue Sep 5, 2014 · 2 comments
Open

PLEASE MAKE THIS CHANGE TO YOUR DOCUMENTATION. Thanks. #24

ghost opened this issue Sep 5, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 5, 2014

$(".rotate").textrotator({
animation: "dissolve", // You can pick the way it animates when rotating through words. Options are dissolve (default), fade, flip, flipUp, flipCube, flipCubeUp and spin.
separator: "," // If you don't want commas to be the separator, you can define a new separator (|, &, * etc.) by yourself using this field.
speed: 2000 // How many milliseconds until the next word show.
});

Should be ( PLEASE NOTE THE CHANGE )
Wrong
separator: ","
Right
separator: ",",

$(".rotate").textrotator({
animation: "dissolve", // You can pick the way it animates when rotating through words. Options are dissolve (default), fade, flip, flipUp, flipCube, flipCubeUp and spin.
separator: ",", // If you don't want commas to be the separator, you can define a new separator (|, &, * etc.) by yourself using this field.
speed: 2000 // How many milliseconds until the next word show.
});

@ghost
Copy link
Author

ghost commented Sep 18, 2014

I came here to write the exact same thing! It tripped me up too!

@cassidyjames
Copy link

Looks like this was fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant