-
Notifications
You must be signed in to change notification settings - Fork 482
Animation effects not available in plain HTML rendered on console using universal. #457
Comments
What type of animations, css ones? Do you have some code (or github repo link) we could try? |
I am trying angular 2 animation package. Please let me know if ineed to provide the repo. |
can you provide a repo? |
Please refer to this repo - https://github.com/vinodbhargava/universal-animation-screenshots.git |
Hi Patrick @gdi2290 did you get a chance to look at this? |
not yet but we did turn animations off for the server which would explain why it's not working. we probably should create a phantomjs dom renderer so your screenshots would work correctly |
Thanks @gdi2290. Do you have reference/code snippet for phantomjs dom renderer to which i can refer too. |
@gdi2290 also, are the animations turned off purposely? Is there a way we can turn them on in universal? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Note: for support questions, please use one of these channels: https://github.com/angular/universal/blob/master/CONTRIBUTING.md#question. This repository's issues are reserved for feature requests and bug reports.
Bug
I have taken the screenshot of the html rendered on browser using universal. On the browser, the animation is played but in the plain html/screenshots it never comes up. Animation always starts once the
response.render(html, options, function(err, htmlStream) { // do something; })
is completed.
The plain html rendered on console should be able to play the animation.
Can you please help.
The text was updated successfully, but these errors were encountered: