jfcere / ngx-malihu-scrollbar

Angular 2+ scrollbar customization using Malihu jQuery Custom Scrollbar plugin
https://jfcere.github.io/ngx-malihu-scrollbar
MIT License
58 stars 17 forks source link

ngx-malihu-scrollbar scrollTo method is not working #59

Open sedhurabe opened 4 years ago

sedhurabe commented 4 years ago

I am using ngx-malihu-scrollbar in my angular project. scrollTo is not working,

`import { MalihuScrollbarService } from 'ngx-malihu-scrollbar'; constructor(private mScrollbarService: MalihuScrollbarService) { }

ngOnChanges() { this.mScrollbarService.scrollTo(#${this.dateIndex}, 10 , { scrollEasing:'easeOut' }); } my HTML code <div malihu-scrollbar [scrollbarOptions]="darksScrollbarOptions">

...

`

In this.dateIndex I will be getting the id

micah-akpan commented 3 years ago

@sedhurabe, are you still experiencing this behavior with the scrollTo method?

samir-kamble commented 3 years ago

I am also facing same issue. Anyone has any solution to this?