Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Solved
    • Unsolved
    • Search
    1. Home
    2. charlielemaignan
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Charlie Le Maignan

    @charlielemaignan

    Graphic & Interactive Designer.

    0
    Reputation
    2
    Posts
    4
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Website charlielemaignan.com/ Location PAris Age 31

    charlielemaignan Follow

    Best posts made by charlielemaignan

    This user hasn't posted anything yet.

    Latest posts made by charlielemaignan

    • RE: Making a loop to save multiple GIFs

      Hello @frederik ! Thank you! it works for me 🙂
      May I add those few lines found on this other tutorial about "EaseInOut" function.

      def easeInOut(factor):
          assert 0 <= factor <= 1
          return (1 - cos(factor * pi)) / 2
      

      It will add a new graph with easeInOut. It is working well with your previous lines. Thank you for your help 🙏! Be safe.

      posted in Tutorials
      charlielemaignan
      charlielemaignan
    • RE: Making a loop to save multiple GIFs

      👋 @frederik thank you for this examples, it help a lot. I am looking for an "Cubic" Ease In & Out function to make my animation smoother. But I can't figure how to set it as your example shows. Here is the motion, I have applied EaseIn in both ways. swing-002.gif Thank you again for your help with the three Easing example 🙏

      posted in Tutorials
      charlielemaignan
      charlielemaignan