Smooth Pulse

Hey there!  :slight_smile:

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

  1. Yes.  You can probably achieve this.  My first whack at it is close, but not quite right.  

  2. 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.

  3. This will look better on device.  Simulation always adds a rough edge to it on my machine (and thus the recording).

  4. 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:  :smiley:

  1. Yes.  You can probably achieve this.  My first whack at it is close, but not quite right.  

  2. 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.

  3. This will look better on device.  Simulation always adds a rough edge to it on my machine (and thus the recording).

  4. 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:  :smiley: