Skip to content

Florence C. McDaniel

My feedback

1 result found

  1. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    10 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Florence C. McDaniel commented  · 

    Thank you sharing this post!!!!!.https://dgcustomerfirst.fun/.
    To achieve this, you'll need to use a combination of tools that allow you to manipulate SVG files and add animations to them. One approach would be to use a combination of SVG editing software and animation libraries. Here's a general workflow you can follow:

    1. Export SVG from Figma: First, export your slides from Figma as SVG files. Figma allows you to export each slide as a separate SVG file.

    2. Edit SVGs: Next, you'll need to edit the SVG files to separate the individual pieces you want to animate. You can use SVG editing software like Adobe Illustrator, Inkscape, or even a text editor to manually edit the SVG code.

    3. Identify Individual Pieces: Within your SVG editor, identify the individual elements or groups that you want to animate separately. This might involve breaking down complex shapes into simpler components or grouping related elements together.

    4. Add IDs or Classes: Once you've identified the individual pieces, you can add unique IDs or classes to them within the SVG code. This will allow you to target them individually when applying animations.

    5. Import SVG into Animation Tool: After editing your SVG files, import them into an animation tool or library that supports animating SVGs. Some popular options include GreenSock Animation Platform (GSAP), CSS animations, or JavaScript libraries like Snap.svg or Vivus.js.

    6. Apply Animations: With your SVG files imported into the animation tool, you can now apply animations to the individual pieces you identified earlier. Depending on the tool you're using, you can apply various types of animations such as fades, transformations, or even complex motion paths.

    7. Export Animated SVGs: Once you're happy with the animations, export your SVG files from the animation tool. Make sure to choose the appropriate settings to ensure compatibility with your presentation software.

    8. Import Animated SVGs into Slides: Finally, import the animated SVG files into your presentation software, whether it's Google Slides, PowerPoint, or another tool. Since you've already separated and animated the individual pieces, you should be able to control and sequence the animations within your presentation.

Feedback and Knowledge Base