Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ stopAnimation
Method
stopAnimation
ij/src/main/java/ij/plugin/Animator.java:92–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
void
stopAnimation() {
93
swin.setAnimate(false);
94
IJ.wait(500+(
int
)(1000.0/animationRate));
95
}
96
97
void
startAnimation() {
98
int
first=firstFrame, last=lastFrame;
Callers
3
run
Method · 0.95
startAnimation
Method · 0.95
changeSlice
Method · 0.95
Calls
2
wait
Method · 0.95
setAnimate
Method · 0.80
Tested by
no test coverage detected