Jump to content
Search Community

electricarts

Members
  • Posts

    8
  • Joined

  • Last visited

electricarts's Achievements

  1. @Cassie And it is browser dependent. In Safari the animation runs smooth like butter. FF, Edge and Brave (all macOS) have problems. And in FF, the animation with the optimized svg needs more than twice as much CPU resources!
  2. @PointC I did that now and animated the div. The animation is now a little bit smoother. Not perfect, but better. Thanks for the tip!
  3. Ok. SVG reworked. File size now only 75 kb instead of 467 kb. ? But now another problem appears. The animation "jerks" and does not rotate as smooth as before. Did I forget or set some setting wrong? https://codepen.io/electricarts/pen/BaYpxQj
  4. @Cassie Thank you very much! The Phoenix did not come from me. I'll have to take a closer look and clean it up. The conversion of the text to paths comes from the use of the graphic in the print. Print is my "Kryptonite". I try to avoid as many sources of error as possible when printing. And embedded fonts are sometimes problematic in print. In SVG for web, text should not be converted to paths, right?
  5. @mvaneijgen My solution consisted of two images. The second, static SVG file was absolute positioned. The animation of the ring worked. I didn't want to mix this with the second possible solution (both graphics inside the SVG files), so I created the Codepen without GSAP code in the demo. Sorry, next time I'll make a demo right away.
  6. That's quite nice of you! I don't know if I did this right, but here is the codepen demo: https://codepen.io/electricarts/pen/PoQWbWJ There are two "main" groups: <g id="Outer_Ring"> and <g id="Phoenix">. The Outer Ring should be animated and the Phoenix should not.
  7. Hey Cassie, thanks a lot for your answer! At the moment 2 images were easier to implement. ? I have created the original graphic and can create and export appropriate groups in the SVG. But how do i address only the group to animate in the animation? What would i have to look for in the docs?
  8. Hello, I started to look into GSAP today. And what better way to learn than with a real, very simple example. ? It worked right away. But one question remains: I have an image which simply rotates infinitely. In the middle of the original image is a logo, but I don't want to animate this logo. What do you do as a best practice? Two separate images and the logo absolutely positioned above the animated graphic? Cheers Mario
×
×
  • Create New...