Sliding An Entire Web Page

前端 未结 10 2077
南笙
南笙 2020-12-09 00:14

Is there a way to mimic the native transition and functionality of \"sliding entire pages\" like you see on the iPhone but inside a web browser instead?

I want one H

10条回答
  •  感情败类
    2020-12-09 00:45

    Have you looked at LocalScroll? It will make all hash links scrollable within the container you define. You would have to set the width of slides though, as you'll need to float them.

提交回复
热议问题