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

What about a explode animation on the begining? #23

Open
wildpash opened this issue Jun 30, 2012 · 4 comments
Open

What about a explode animation on the begining? #23

wildpash opened this issue Jun 30, 2012 · 4 comments

Comments

@wildpash
Copy link

Just a fancy option. :O)

@lucaong
Copy link
Owner

lucaong commented Jul 3, 2012

That would be cool :) Need to figure out how to do that though. Any ideas?

@wildpash
Copy link
Author

wildpash commented Jul 4, 2012

Mhh, the positional coordinates are already calculated maybe we only need to use jquery -> animate to move the word from center to the calculated position with a little speed increase to simulate exploding acceleration.

@h0jeZvgoxFepBQ2C
Copy link

+1! :)

@h0jeZvgoxFepBQ2C
Copy link

or a callback when a element is rendered... You could add "html: {style: "display:none"}" to each element, and then just do the animation you want by yourself..?

like:

$("#cloud").jQCloud(word_list, {
  element_rendered: function(element) {
    $(element).fadeIn();
  }}
);

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

3 participants