How to create parallax effect like this?

前端 未结 4 642
盖世英雄少女心
盖世英雄少女心 2020-12-17 05:55

I\'ve been trying to get build a website with a parallax effect like the one on this website: http://www.sparksandhoney.com/the-open-agency-index/ or http://www.sparksandhon

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-17 06:15

    Parallax effect is an outstanding effect to leave on a user's eye. Well i have found a very easy way to do parallax effect

    you can use multiple divs to do this

    In my code (Code snippet given) you can simply change the image url and enter your own urls for your images.

    The "background-attachment" does the real magic in the code actually. Although a simple padding will be visible of BODY.

提交回复
热议问题