Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

add extra scroll #36

@mynickbusy

Description

@mynickbusy

Hi, how to add an additional block with horizontal scrolling to the main vertical scroll so that it works separately, but it scrolls basically

<div id="wrapper">
	<div id="scroller">
		<div id="wrapper_horizontal_slider">
			<div id="scroller_horizontal_slider"></div>
		</div>
	</div>
</div>
var scrollerConfig = { 
pullToRefresh   : true, 
onPullToRefresh : ptr,  
};
wrapper = new Scroller('#wrapper', scrollerConfig);
					
var scrollerConfigslider = { scroll : 'horizontal' };
wrapperotherslider = new Scroller('#wrapper_horizontal_slider', scrollerConfigslider);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions