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
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: