Something appear after scrolling
In CodingCactus's Make an intro repl, when you scroll to the Classrooms part, it'll appear. How can you do that?
look at the script.js
file and you see that when someone scrolls it checks if any elements are above it and it adds the show
class to them. the show class makes the element visible (using css)
Could you please send me an example code? @CodingCactus
@WilliamXing yeah take a look at the repl https://repl.it/@CodingCactus/new-portfolio-site#script.js
Yes, I know. But could you send me something specifically made to appear after scroll? @CodingCactus
@WilliamXing all the code in script.js does that
Okay, but I feel like we need some extra HTML/CSS. What is that? @CodingCactus
Yeahhh, that's a really cool effect
let me get the tutorial
https://wowjs.uk/
what do you mean by it'll appear
are you talking about
HTML
?