Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

does scrollorama work horizontally

Tags:

jquery

does scrollorama work horizontally?

it has a duration but that kicks in when the scoll hits a vertical threshold

I would like to use these features on a horizontal scrolling page

like image 302
eiu165 Avatar asked Jan 15 '23 17:01

eiu165


1 Answers

Scrollorama is not set up for horizontal scrolling. However, SuperScrollorama is:

var scrollyStuff = $.superscrollorama({isVertical:false});

http://johnpolacek.github.com/superscrollorama/

like image 157
johnpolacek Avatar answered Jan 24 '23 21:01

johnpolacek