mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2026-01-14 14:08:07 -08:00
Increase #fps for animateToRaDec API function
This commit is contained in:
@@ -682,7 +682,7 @@ export let Aladin = (function () {
|
||||
|
||||
aladin.gotoRaDec(curRa, curDec);
|
||||
|
||||
setTimeout(function () { doAnimation(aladin); }, 50);
|
||||
setTimeout(function () { doAnimation(aladin); }, 10);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user