Posts by ClaraFrazao • 51 points
2 posts
-
3
votes5
answers3338
viewsA: How do I get a div to start hiding?
since you are manipulating the css property display to start with the 'invisible' element just add in the css properties of this element: display:none
-
1
votes1
answer40
viewsQ: Bug on fullscreen scrolling website
I’m trying to make a fullscreen scrolling website. That is, I do not want the scroll to stop in the middle of a section but identify if it comes from below or from above and animate to the top of…