Hey there! 
Is anyone out there able to create such (http://codepen.io/Raphael/pen/fqweF) an animation by code? I can’t. Would love to, but can’t. :mellow:
Thanks
Bastian
Hey there! 
Is anyone out there able to create such (http://codepen.io/Raphael/pen/fqweF) an animation by code? I can’t. Would love to, but can’t. :mellow:
Thanks
Bastian
Yes. You can probably achieve this. My first whack at it is close, but not quite right.
re: ‘by code’ - You’ll want to use images for the circles. display.newCircle() creates circles with edges that are too rough for your wishes.
This will look better on device. Simulation always adds a rough edge to it on my machine (and thus the recording).
I didn’t use any filters, but a good blur effect(applied over time) would make this look better:
https://www.youtube.com/watch?v=BQl3jXcN4ts&feature=youtu.be
Wow, looks great! Thank you so much for your effort. Will try to achieve it as well. :unsure: 
Yes. You can probably achieve this. My first whack at it is close, but not quite right.
re: ‘by code’ - You’ll want to use images for the circles. display.newCircle() creates circles with edges that are too rough for your wishes.
This will look better on device. Simulation always adds a rough edge to it on my machine (and thus the recording).
I didn’t use any filters, but a good blur effect(applied over time) would make this look better:
https://www.youtube.com/watch?v=BQl3jXcN4ts&feature=youtu.be
Wow, looks great! Thank you so much for your effort. Will try to achieve it as well. :unsure: 