-
-
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
Cannot use with ngFor and custom directive #81
Comments
try this =>
You need to add ngsReveal before ngsRevealSet and [ngsSelector]="'.item'" |
I have the same issue. Was there a fix for this? |
Same problem here. Any solution? |
@tinesoft Do you know of any solution to this problem? Thanks! |
Hi guys, Sorry for the delay in addressing this issue... Stay tuned |
Related to #5 |
I am using angular 13.3.3, and i confirm that it is working with :
|
Bug Report or Feature Request (mark with an
x
)OS and Version?
macOS 10.14.2
Versions
Repro steps
it also doesn't work with just an *ngFor:
or the same but with a nested div:
the example does work, so i know the lib is configured correctly:
Desired functionality
<my-custom-component class="item"></my-custom-component>
should animate in.The text was updated successfully, but these errors were encountered: