Vanilla JavaScript: Text Reveal on Scroll Animation

แชร์
ฝัง

ความคิดเห็น • 31

  • @TopSecretBase
    @TopSecretBase 2 ปีที่แล้ว

    Thank you this was very helpful. Great job explaining how the data flows in the js file.

  • @user-bf3bn5io5t
    @user-bf3bn5io5t 2 ปีที่แล้ว

    Thank you very much!!! A really nice effect that I was looking for!!!

  • @vikkvikk13
    @vikkvikk13 3 ปีที่แล้ว +1

    Hi! I've just subscribed and I'm loving your channel. Keep on keeping on!

  • @ellorguard9410
    @ellorguard9410 ปีที่แล้ว

    Thank you so much! It help me a lot, dude, you are incredible!

  • @aya2222
    @aya2222 2 ปีที่แล้ว

    thank you for woderful tutorial!! it helped me a lot for my first project!!!!! please keep making these vanilla js tutorial to make website look rich and dynamic! btw are you a frontend engineer?

  • @randeltagayun1654
    @randeltagayun1654 3 ปีที่แล้ว +1

    Great tutorial this is what im looking for thank u for this 👌

    • @ConorBailey
      @ConorBailey  3 ปีที่แล้ว

      Glad it helped Randel 👍

  • @mosfawebsolutions5684
    @mosfawebsolutions5684 2 ปีที่แล้ว

    I have been looking for this solution for days! Do you have the files/live code somewhere like codepen?

  • @borisnieminen677
    @borisnieminen677 8 หลายเดือนก่อน

    Excellent. Could this be done where as you scroll, a paragraph that is already in the middle of the screen, fades in, moving upwards? Revealing a container that has already moved into place. So something to trigger z-index perhaps?

  • @dailymeow3283
    @dailymeow3283 3 ปีที่แล้ว +1

    Awesome, thank you, i'm using a library for scroll animation, i've just deployed my app on the prod to find out that the items disapear, while it was ok in dev,
    I'm just gonna make it your way, intersection observer

    • @ConorBailey
      @ConorBailey  3 ปีที่แล้ว +1

      Nice one bud! What project have you been working on?

    • @dailymeow3283
      @dailymeow3283 3 ปีที่แล้ว

      @@ConorBailey online store

  • @mdkhaled3226
    @mdkhaled3226 3 ปีที่แล้ว

    This content is fire! 🔥🔥

    • @ConorBailey
      @ConorBailey  3 ปีที่แล้ว +1

      Thanks mate! Give me a shout if you have any requests or if you’ve seen any specific effect you would like me to cover.

    • @mdkhaled3226
      @mdkhaled3226 3 ปีที่แล้ว

      @@ConorBailey create full landing page using some of these scroll based animation 👍

    • @ConorBailey
      @ConorBailey  3 ปีที่แล้ว

      @@mdkhaled3226 will look into it bud

  • @BMikel
    @BMikel 3 ปีที่แล้ว

    Cool effect. Let's say I want to implement this on two or more html pages, should I write every single chunk of code for each page?

    • @ConorBailey
      @ConorBailey  3 ปีที่แล้ว

      Hi mate. I would just include this in a separate dedicated js file and load it into each individual html page you want to apply the effect in.

  • @mohomedanees
    @mohomedanees ปีที่แล้ว +1

    Don't you have a demo link for this project or git link ?

  • @mt000mp
    @mt000mp 2 ปีที่แล้ว

    how do you do this with paragraph? nice video

  • @ullaskunder
    @ullaskunder 3 ปีที่แล้ว

    TH-cam should recommend content like this to all DEV people.... I'm using VPN

    • @ConorBailey
      @ConorBailey  3 ปีที่แล้ว

      Thanks dude! Really appreciate your comments. Let me know if there’s anything you would like me to cover 😀

    • @ullaskunder
      @ullaskunder 3 ปีที่แล้ว

      @@ConorBailey thank you sir... I'm really bad at building logic while I'm working on web design...is there any tips or lesson I should learn to master those skills....

    • @ConorBailey
      @ConorBailey  3 ปีที่แล้ว +4

      @@ullaskunder Hi mate. Once you have the basic Javascript fundamentals down you just need to keep trying to build new things. I'm currently checking awwwards.com a lot as there are some amazing websites linked on there. If I see a certain effect that catches my eye I just try my best to recreate it.
      Sometimes it takes a while to get the concepts down. For example the smooth scrolling and linear interpolation concepts I have covered in my recent videos took me a while to figure out. I was just googling "smooth scrolling" and checking out blogs and other peoples code to see how they implement it.
      I then try to simplify the code as much as possible (some code I see covering these kind of effects seems way overcomplicated in my opinion).
      This is partly the reason for my youtube channel. Its to share what I learn, but I also feel it will help me when I need to reimplement a certain effect as I can just refer back to one of my videos. Cheers for your support.

    • @ullaskunder
      @ullaskunder 3 ปีที่แล้ว

      @@ConorBailey thank you✨ so much... I'll do the same✍️... I'll let you know once I reach that point....

  • @hai-ey6ix
    @hai-ey6ix 2 ปีที่แล้ว +1

    Can you give me these code snippets? thank you very much

  • @WebAnimations
    @WebAnimations 2 ปีที่แล้ว

    hello sir, how to repeat this animation

  • @mdabullais2114
    @mdabullais2114 3 ปีที่แล้ว

    Can we do the same for images or cards ?

    • @ConorBailey
      @ConorBailey  3 ปีที่แล้ว +1

      Sure mate. See this video: th-cam.com/video/FRALpfypSBs/w-d-xo.html