You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to configure fadeIn image by passing input parameter to directive.
Currently the workaround is to override the class ng-lazyloaded.
The downside of this way is that this class will be triggered everytime on route change, so you'll see the fadeIn effect everytime. This should not account for already loaded images in persistent DOM.
This can be achieved by creating custom hook, but currently there is a bug described in #554.
It should be possible to configure fadeIn image by passing input parameter to directive.
Currently the workaround is to override the class
ng-lazyloaded
.The downside of this way is that this class will be triggered everytime on route change, so you'll see the fadeIn effect everytime. This should not account for already loaded images in persistent DOM.
This can be achieved by creating custom hook, but currently there is a bug described in #554.
Pull Request: #559
The text was updated successfully, but these errors were encountered: