Create an auto-type animation in Webflow!

Поделиться
HTML-код
  • Опубликовано: 9 сен 2019
  • The script used in this video can be found here:
    forum.webflow.com/t/typing-an...
    Credit: Noah R, Webflow Community expert
    Typed JS: webflow.com/website/Typing-Te...
    In this video, I show how to create an auto-type text animation. This can be used to add some visual interest and interactivity to your site.
    Subscribe for weekly product design tutorials!
  • КиноКино

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

  • @davidsalcedo8979
    @davidsalcedo8979 3 года назад +48

    I have the solution for the blinking cursor, you just have to add a div block and give it the class typed-cursor and then just edit the style. (Or add the same class directly in the custom code)

    • @JakePomperDesign
      @JakePomperDesign  3 года назад +5

      You’re the man David! Pinning this so others can see, thanks!

    • @davidsalcedo8979
      @davidsalcedo8979 3 года назад

      @@JakePomperDesign Great idea. I'm glad I could help!

    • @oshinubijoshua7719
      @oshinubijoshua7719 3 года назад +2

      @David Salcedo and @JP Design Academy, can you please kindly explain this in more detail. I don't seem to understand this.

    • @nurturepilot
      @nurturepilot 3 года назад

      @@davidsalcedo8979 David, I am still having difficulty with understanding the solution, does this get rid of the cursor or just changes the style of the cursor? I would rather not have the cursor. Is this possible?

    • @buildwithbubble
      @buildwithbubble 3 года назад +6

      @@nurturepilot The easiest fix is to go into custom code, and add this line for the cursor: showCursor: false,

  • @melvynswingler4331
    @melvynswingler4331 4 года назад +1

    I like this! I'm subscribing, good job man!

  • @chukwumaudokporo2586
    @chukwumaudokporo2586 2 года назад

    Simple tutorial. Found it helpful. Thank you!

  • @nicholasjohnson2313
    @nicholasjohnson2313 2 года назад

    Great video, thanks, solved a specific design goal!

  • @janjan0219
    @janjan0219 2 года назад +2

    If anyone is still having trouble with the blinking "cursor" as mentioned in this video. My workaround was to select the wrapping div block's styles panel and set the type colour to transparent. It seemed to have gone away for me after doing that. good luck!

  • @user-dg3xv6on1i
    @user-dg3xv6on1i 3 года назад

    It took me so long to make the typing work. This video really helped

  • @sreekarpradyumna
    @sreekarpradyumna 2 года назад

    You saved me a lot of time, thanks a ton!

  • @YazminM2222
    @YazminM2222 2 года назад

    Love this tutorial! Thank you!

  • @Coolers1993
    @Coolers1993 3 года назад

    THANK YOU! I was just trying to find this solution the other day :)

  • @OleksiiSidorov
    @OleksiiSidorov 4 года назад +1

    Just what I was looking for, thanks

  • @lucasatalla
    @lucasatalla 3 года назад

    Hey, I would love to know how to have 2 div blocks with different typed text appearing on them, should I just add a new custom code with a different class name?

  • @JoxnieD
    @JoxnieD 3 года назад

    Not sure if they changed it, but there is no such a section like Footer Code anymore (to add this custom code you're talking about). You know anything that could help? Thanks.

  • @victorrrsimon
    @victorrrsimon Год назад +2

    is there a way to set a time parameter so that the animation time is consistent with different amounts of text.

  • @boyankiuranov5104
    @boyankiuranov5104 Год назад

    if you add custom css you can change the paramaters of the cursor with the .typed-cursor class. font-size: whatever you want

  • @tomasz2018
    @tomasz2018 2 года назад +1

    Can I set the timing to be fixed? so doesn't matter how many letters are in the sentence it will take the same amount of time to type it. I need to synchronize it with a Webflow interaction, and setting timing based on the number of letters breaks it down :(

  • @MrHale
    @MrHale 4 года назад

    I had this kinda effect on my Wordpress site and I've been looking for something like this. But I had one of the words as different color. Could I do that too and what would it require?

  • @yukari1000
    @yukari1000 2 года назад

    does anyone know how to style the blinking cursor at all? I know that adding the line showCursor: false will hide it, but just looking for a war to make it make my text styling

  • @ellenhuibers6611
    @ellenhuibers6611 2 года назад

    Thank you so much, this works wonders! For some reason the words that are written have a standard black color, which I cannot change. Any idea what may cause this? Thanks a lot :)

  • @marcusmoraru1941
    @marcusmoraru1941 4 года назад +2

    Great tutorial thanks! Did you ever figure out how to customize that blinking cursor at the end?

    • @JakePomperDesign
      @JakePomperDesign  4 года назад

      Marcus Moraru thanks! Try giving the typography itself the class of typed-text rather than the entire div block

  • @jawadanjum2940
    @jawadanjum2940 2 года назад

    Hi! I have problem regarding this ayto-typing. I added 8 phrases in the code but after 8th phrases my type stops. Did any of you know about this.

  • @SPASMODICIND
    @SPASMODICIND 4 года назад +2

    I wonder if there is some way to integrate this in to a collection :)

  • @mehrnoushsoroush5948
    @mehrnoushsoroush5948 3 года назад

    Thanks a lot! You saved a problem I struggled with for weeks. The written instructions weren't clear enough for me.

    • @JakePomperDesign
      @JakePomperDesign  3 года назад

      happy to help!

    • @mehrnoushsoroush5948
      @mehrnoushsoroush5948 3 года назад

      @@JakePomperDesign I put the exact same code, but I don't know why mine keeps the cursor in the line below the typed text, so each time the text disappears, the following text jumps up and down. pollination-cloud-001-5337df9783d422608.webflow.io/home/home-6

  • @user-do3he3uq1t
    @user-do3he3uq1t 8 месяцев назад

    Thanks You !

  • @baumhaus42
    @baumhaus42 4 года назад

    thanks ! subscribed

  • @denizarc5521
    @denizarc5521 2 года назад

    hey, I don't know if it's possible but can we change every word's color? It's very important for me right now...

  • @samtremelling9807
    @samtremelling9807 2 года назад +3

    If you have content underneath how do you get it to stop moving up and down once it loops?

    • @connorbyram5221
      @connorbyram5221 Год назад +1

      If I am understanding correctly, you are talking about the content below the typing element that is moving up and down as the type is looped? If this is the case, it may be happening because the height of the Div you are using for your typing animation is set to AUTO and is adjusting to 0px on the loop (aka, when it is empty). Try setting a fixed height for this Div (set it to the height used for text [next to font size]).

    • @warfabainah621
      @warfabainah621 11 месяцев назад

      @@connorbyram5221 oh my dayss I love yall

  • @karthikvenugopal9139
    @karthikvenugopal9139 Год назад

    does anybody know how to style each word differently, like a separate font for each?

  • @chukwumaudokporo2586
    @chukwumaudokporo2586 2 года назад

    Noticed there is a delay in the first word. Any solution for that?

  • @projectwebflow1052
    @projectwebflow1052 4 года назад

    good man

  • @patricwagnerbln
    @patricwagnerbln 18 дней назад

    thanks

  • @omotayoaseniserare7941
    @omotayoaseniserare7941 Год назад

    Mine is starting from the back, any way to fix this?

  • @andyred782
    @andyred782 3 года назад

    Increase the line height of the text to get the dash to the baseline

  • @saralee548
    @saralee548 2 года назад

    love you

  • @socialgrowers5041
    @socialgrowers5041 3 года назад +1

    Hi, amazing video thanks, did everything accordingly and it works but on mobile it moves whole website up and down, do u know how to fix that? thank u and happy new year

  • @glaciijpg8394
    @glaciijpg8394 2 года назад

    Hey so I did this, but whenever I view the website, the animation doesn't load at all

    • @JakePomperDesign
      @JakePomperDesign  2 года назад

      Make sure you publish, it won’t be visible in the webflow preview

  • @goossensbram406
    @goossensbram406 4 года назад

    Thanks for this tutorial. Did every step you did. But it's still not showing the animation. Got a idea?

    • @JakePomperDesign
      @JakePomperDesign  4 года назад

      Hmm tough to answer this without seeing what you did, sorry!!

    • @ArthurLarin
      @ArthurLarin 4 года назад

      This forum post may further help you out forum.webflow.com/t/typing-animation-in-webflow/12933/4

  • @goncalomelo-uxuidesignerin4905
    @goncalomelo-uxuidesignerin4905 2 года назад +2

    Is this actually working right now? It seems that is not. Thanks for the video.

  • @hyt1253
    @hyt1253 3 года назад +2

    Such a bummer that they made it a paid feature to add code

  • @shesanosan
    @shesanosan 4 года назад +1

    How long did it take you to learn webflow from scratch

    • @JakePomperDesign
      @JakePomperDesign  4 года назад +1

      Sesan Osanyinbi I’d say around a month to get fairly proficient, but I had very little front end experience prior. Building my own portfolio site really helped me get the hang of it

    • @shesanosan
      @shesanosan 4 года назад

      @@JakePomperDesign amazing good one bro...

    • @keshavsharma5419
      @keshavsharma5419 4 года назад +1

      I take webflow workshops and get people started in 4 hours.
      Becoming proficient in the tool is a different story, which takes time :)

    • @JakePomperDesign
      @JakePomperDesign  4 года назад +1

      @@keshavsharma5419 practice, practice, practice!

    • @shesanosan
      @shesanosan 4 года назад

      @@keshavsharma5419 free workshop?

  • @101xyz8
    @101xyz8 3 года назад

    wait.......... it's cheesy? 😞

  • @tak3480
    @tak3480 3 года назад

    Just what I was looking for, thanks