Rajesh Kumar

Results 1 comments of Rajesh Kumar

Finally solved this issue by calling refresh method inside scroll listener on parent container . For angular, add below code in app.component.ts -> ngOnInit() ``` $(".parent-container").on('scroll', function () { AOS.refresh();...