17.3.5 • Published 9 days ago

@azerafati/ngx-scroll-drag v17.3.5

Weekly downloads
-
License
-
Repository
github
Last release
9 days ago

Angular Scroll Drag Directive

Build Status npm version Issues Issues Issues License

Scroll using mouse drag

Getting started

npm i @azerafati/ngx-scroll-drag
  • Add ngxScrollDrag on a scrolling element, now that element can also be scrolled by a mouse drag.
  • The ScrollDrag Element can have a shadow if you add [scrollShadow]="true" indicating the out of view content. This uses background gradients which is perfect in most cases, unless the scrolling content is using complex z-index which might render on top of the shadow.
  • If you want to show scroll shadows and have z-index issues, wrap your scrolling element with <ngx-scroll-shadow> tag.

See the Demo

Running unit tests

Run npm test to execute the unit tests via Jest.


Development server

Run npm start for a dev server. Navigate to http://localhost:4200/.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

17.3.5

9 days ago

15.2.0

6 months ago

15.1.0

6 months ago

2.1.1

1 year ago

15.0.2

1 year ago

15.0.0

1 year ago

15.0.1

1 year ago

2.1.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago