Jump to content
Search Community

Zeyi

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by Zeyi

  1. Hello,

    I came across Blake's amazing flame pen 

    See the Pen rojyGw by osublake (@osublake) on CodePen

    . I have been playing around with colors in order to get dark greyish - black color flame, but when the flames are black, it kind of feels like it doesn't resemble a flame anymore, and it looks more like smog. It feels like the black color acts as a background to other colors. 

    See the Pen KKzJdXJ by zhongche (@zhongche) on CodePen

  2. Hello,

    I was wondering if is possible to change the direction in which 2 paths are being morphed.

    Currently, my path is being morphed from left to right, which doesn't look that great. Is it possible to modify it so that it starts morphing from the center and expand outwards?

    The link to my animation is https://codesandbox.io/s/confident-violet-lywmu?file=/src/Animate.js

    See the Pen Animate.js by s (@s) on CodePen

  3. Hi Zach,

    Thank you for the reply. Does order refer to how the path was created from start point to end point? If that is the case, I did ensure that the order was the same. I used the Pen Tool to trace the shape. For both shapes, I started at the bottom right, and traced the outside border going left, top, bottom right, then inner border going to top left, bottom and finally right connecting it with the start point. Is this what you were referring to or is it something else?

    I do not have club membership, so I do not have access to MorphSVG. I will probably get it if I find myself needing really complex morphing.

  4. Hello,

    I am new to animation and SVG in general.

    I am using attr property to morph between 2 paths in a SVG. I created the shapes with same number of anchor points in Illustrator. The problem I am experiencing is that at the start of the animation, the path is all messed up. I am not sure if what I did is correct but how can I achieve that the starting path is the one given and start expanding from there towards the new path? 

    I created a codesandbox showing this behavior at https://codesandbox.io/s/falling-dew-7l0cz?file=/src/Animate.js

    I was able to animate it correctly using different frames and a timeline, but is not as smooth.

    Any help is greatly appreciated.

    See the Pen Animate.js by s (@s) on CodePen

×
×
  • Create New...