Jump to content
Search Community

Zeyi

Members
  • Posts

    9
  • Joined

  • Last visited

Zeyi's Achievements

5

Reputation

  1. Hello, I came across Blake's amazing flame pen https://codepen.io/osublake/pen/rojyGw. 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.
  2. Thanks Mikel, findMorphOrigin was very helpful. It helped me visualize that only the left shape is the one expanding to to the new shape, while the other two were trying to scale to 0. I fixed my problem by morphing it into a centered circle first, then with this new shape morph back into my desired shape.
  3. Thanks Richard. Will give it a try.
  4. 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
  5. I just wanted to thank you both Zach and Craig, I decided to play around with MorphSVG plugin in Codesandbox, and it became so much easier to achieve the animations I was looking for!!!
  6. Wow! That was real fast!
  7. Thank you, will give it a try.
  8. 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.
  9. 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.
×
×
  • Create New...