I see this application on jsfiddl jsfiddle with raphael 1.5.2
When i’m trying to run it with raphael 2.0 i got some errors and some effects dont run!
How can i change the code to make it run with raphael 2.0?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem seems to be with scale on animate
The Raphael reference shows that to scale an object one could use something like this:
So by changing at the end of the fiddle, on the js part, in the for loop
with
and
with
the thing should work.