-
Notifications
You must be signed in to change notification settings - Fork 53
--prod build animation issue #26
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
Comments
The issue should be fixed in the latest angular. What version are you using? |
"ngx-masonry": "^1.1.4", (The current latest) |
OK, could you please reproduce it in a repo or stackblitz? I'll take a look at it. |
Sure. I could not reproduce on stackblitz as it needs to be built with --prod. To reproduce: When the page is first loaded, the refresh button or browser refresh button is clicked it should perform the double animation. |
Seems like although pure_getter was removed, the animation issue is still there. I'm closing this and will reopen the previous issue. |
Hi, I am experiencing this issue. My angular version is 6.0.2 |
When I build for development it all works fine.
When I build for production the animation to display all of the items runs twice. The first time a slide in from the bottom and then directly after the images just to the top right and slide in from there. This happens in both chrome and safari.
I am building with --source-map=false for both dev and prod otherwise I get a compilation error.
The text was updated successfully, but these errors were encountered: