Text Reveal Animation - Supports Inline HTML Markup Tags - Framer & Framer Motion

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 26

  • @DesignwithAsif
    @DesignwithAsif  3 месяца назад

    The new updates are, removed End Offset (seems not needed), added Stiffness, Damping (for smooth animation), Start Opacity, End Opacity (to control the text opacity).

    • @AzyyyyIV
      @AzyyyyIV 2 месяца назад

      For longer paragraphs, the text seems to be revealing higher up than they Start Offset, is there anyway to fix this? Also End Offset is nice to have if you have multiple text boxes next to each other, for example if you wanted to have another paragraph with a different color font.

    • @AzyyyyIV
      @AzyyyyIV 2 месяца назад

      Also iI keep getting an error message "Warning: Each child in a list should have a unique "key" prop...." and when I publish it works fine but it breaks a few other sticky sections on the page :\ any advice?

    • @DesignwithAsif
      @DesignwithAsif  2 месяца назад +1

      I will take a look and get back to you.

    • @DesignwithAsif
      @DesignwithAsif  2 месяца назад +1

      I will add end offset again and update the remix link. The reveal depends on the viewport of the page. I understand what are you talking about. I need some time to think a solution for that.

  • @Omzing
    @Omzing 23 дня назад +1

    Hi ! I am new to Framer so I do not know how to handle this very well. When using your remix link and copy/pasting your code inside my website, when I select my text and go to code overrides I can't find the .tsx file I have just created. It keeps creating an "example.tsx"file. Any Idea why ?
    Thanks again for sharing !

    • @DesignwithAsif
      @DesignwithAsif  23 дня назад

      Please copy the component and paste in your project. Not the code. The code will come along with the component.

    • @Omzing
      @Omzing 22 дня назад +1

      @@DesignwithAsif it worked ! Thank you

    • @Omzing
      @Omzing 22 дня назад

      @@DesignwithAsif I do have a question, do you know how to setup the animation for each characters instead of word by word ?

    • @DesignwithAsif
      @DesignwithAsif  22 дня назад +1

      @@Omzing copy my code and ask chatgpt to make the animation character by character. Then replace my code with gpt’s code. Use FramerGPT inside chatgpt.

    • @Omzing
      @Omzing 22 дня назад

      @@DesignwithAsif That's what I tried to do, but ChatGPT is struggling or maybe my request is not clear enough

  • @JasonLucas2
    @JasonLucas2 3 месяца назад +1

    If I wanted to make the reveal smoother while scrolling, how would I implement that? It feels just a little choppy while scrolling.

    • @DesignwithAsif
      @DesignwithAsif  3 месяца назад +1

      Added Stiffness and Damping property in the code. You can also control it using the property control. Please check the remix link again.

    • @JasonLucas2
      @JasonLucas2 3 месяца назад +1

      @@DesignwithAsif Thank you!! So helpful!

    • @JasonLucas2
      @JasonLucas2 3 месяца назад +1

      @@DesignwithAsif And I wanted to say, I'm not a developer by any means and this was so easy to figure out and implement. Thanks for the response and help!

    • @JasonLucas2
      @JasonLucas2 3 месяца назад

      @@DesignwithAsif The last random question I had was: is it possible to make the text completely invisible before it starts filling in? Not sure what changes to make int he code for that, or if it's at all possible. I can play with it, but figured I'd ask if you're still answering questions :)

    • @DesignwithAsif
      @DesignwithAsif  3 месяца назад

      Check the remix file. The new changes are, removed End Offset (seems not needed), added Stiffness, Damping (for smooth animation), Start Opacity, End Opacity (to control the text opacity). Thanks for the idea!

  • @PatrickIzoita
    @PatrickIzoita Месяц назад

    How can I use this if I want to have the Text Sticky and to reveal while scrolling down the sticky section?

    • @DesignwithAsif
      @DesignwithAsif  Месяц назад

      I will work on that this weekend. I also faced the sticky issue. You will have an update soon.

    • @DesignwithAsif
      @DesignwithAsif  Месяц назад

      fixed: framer.com/projects/new?duplicate=h371ATPXjl1Dbu708Etl

  • @BrandonHampton-z9k
    @BrandonHampton-z9k 29 дней назад

    Hi Asif, the remix link contains the scramble component by mistake. Do you have the link to this reveal component? Thanks.

    • @DesignwithAsif
      @DesignwithAsif  29 дней назад

      Oops, my bad! I updated the wrong video description. Thanks for pointing it out. 🙏

    • @DesignwithAsif
      @DesignwithAsif  29 дней назад

      I have updated the remix link. But I saw the reveal is not so good. You can try this one, it is using GSAP but it does not have the html mark up tags. But still you can create multilines by duplication it several times. framer.com/projects/new?duplicate=Y1VCp1o5Ai8oH71XInLy

  • @mariotsx
    @mariotsx 3 месяца назад

    It didn't work here, I just did the remix, no changes. Do I need to configure something?

    • @DesignwithAsif
      @DesignwithAsif  3 месяца назад

      Hi, can you please explain what did not work. I've just checked the remix link. Everything is working.