Instagram application scroll style effect [closed]

0

I would like to use the "scrolling" effect that instagram uses in your application, switching to camera and time-line. But I do not know the name of this effect, could you tell me what it is, or give examples of sites that show a tutorial of it?

    
asked by anonymous 30.06.2017 / 19:21

1 answer

2

Friend, you can use jQuery Mobile 1.4.5 .

You can find him at this link:

http://demos.jquerymobile.com/1.4.5/

First, with tabs mode:

http://demos.jquerymobile.com/1.4.5/tabs/

Plus the slide effect:

http://demos.jquerymobile.com/1.4.5/transitions/

For drag effect, use HammerJS :

http://hammerjs.github.io/

Using both you leave the same as the cell.

    
30.06.2017 / 20:26