-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question, Can I use ng-scrollreveal with Loops #5
Comments
Update, |
Hi Ahmed, Can you post your code? If your intent is to animate a list of HTML elements, you can use
Depending on your template, you might want to change the container which is listened to for the scroll, using the container option: |
Hi tinesoft, You will find 2 component, which I'm interested in;
Thanks For Helping |
Hi Ahmed, I never used PrimeNG before, can you post the code (html template and typescript) of your host component ? I mean the one where you use the If you have custom CSS on this host component, post that as well. |
Sure,
The nodes are loaded to array called tags (in attribute |
Please provide values for |
Ok, It's will be hard to send you tags values, because I'm receiving tags using services and APIs.
Regarding |
OK, i'll have a look at it tonight after work. |
Hi @EgyTechnology Sorry for the delay. I try to reproduce your case by creating a project using the ng-prime library, Did you come up with a solution? |
was this ever addressed ? Seems like ngsRevealSet does not work when the child divs are dynamically generated using ngFor.
|
I tried using ngsRevealService.sync() to refresh the list of children generated dynamically but it didnt make a difference. |
@VikramVasudevan did you find a solution? I have the same problem. @tinesoft any help is appreciated. |
@tinesoft @VikramVasudevan @Vingtoft same issue here. |
Hi all, This is a issue I haven't reinvestigated with the lastest possibilities of Angular yet... I will plunge myself back into it sometime soon, and let you know. Stay tuned |
Hello,
I'm trying to use ng-scrollreveal with Angular2 NgFor, but it seems not working.
My guess is that ng-scrollreveal is only instantiate once the component is created.
So, how can I re-instantiate it after doing NgFor?
Thanks,
Ahmed Mohamed
The text was updated successfully, but these errors were encountered: