Reputation: 95
I want to develop a personal website and i would like it to react/work the same as this website:
http://www.beoplay.com/products/beoplayh6
The scroll not working like usual and rather transitioning between different sections?
I wonder if the sections have a id that are anchored in some way and a css transition is applied when the user scrolls in a direction?
If anyone knows how this is made, please share.
I am looking for the section transition effects essentially.
Thanks in advance
Harry
Upvotes: 2
Views: 142
Reputation: 41595
YOu can create it by using fullPage.js with the option scrollBar:true
.
Upvotes: 1
Reputation: 9031
It's not paralax, it's just scrolling with some added easing. Check this for a good start - http://css-tricks.com/examples/SmoothPageScroll/
Upvotes: 1
Reputation: 141
Try this : https://ihatetomatoes.net/how-to-create-a-parallax-scrolling-website/
(I'm not related to this site - just think its kinda nifty)
Upvotes: 1