Skip to content
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

disableAnimations doesn't apply to showConstellation #103

Open
astroanu opened this issue Oct 23, 2020 · 3 comments
Open

disableAnimations doesn't apply to showConstellation #103

astroanu opened this issue Oct 23, 2020 · 3 comments

Comments

@astroanu
Copy link

when calling showConstellation while disableAnimations is turned on, the view keeps animating the zooming in. Can this also be configured to follow disableAnimations configuration ?

What i'm trying to achieve is an api where it pops out an image based on the given request. The animation makes the request slow as it has to wait until the animation is complete.

@astroanu
Copy link
Author

astroanu commented Oct 23, 2020

I managed to solve it partially by making ANIMINTERVAL_Z =1
yea it's hardcoded in the unminified file

i was able generate images just fine, but it still takes around 5-7 seconds for the entire request to complete.

alt text

i'll be adding credit to your project on each image :)

@ofrohn
Copy link
Owner

ofrohn commented Nov 5, 2020

Until now disableAnimations was just a quick fix by setting ANIMDISTANCE to infinite. That did not affect all animations.
The latest update (0.7.35) fixes that issue at the root and the setting should now disable all kinds of animations.

@astroanu
Copy link
Author

astroanu commented Nov 6, 2020

thanks, i'll check with the latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants