Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ cancel
Method
cancel
packages/core/ui/animation/animation-shared.ts:35–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
export
interface
Cancelable {
35
cancel(): void;
36
}
37
38
export
type
AnimationPromise = Promise<void> & Cancelable;
Callers
15
animate
Function · 0.65
_removeAnimation
Function · 0.65
cancel
Method · 0.65
cancel
Method · 0.65
fixupAnimationPromise
Function · 0.65
stopKeyframeAnimations
Method · 0.65
animate
Method · 0.65
addButtonsToAlertDialog
Function · 0.65
alert
Function · 0.65
action
Function · 0.65
cancelWork
Method · 0.65
cancelPotentialWork
Method · 0.65
Implementers
3
KeyframeAnimation
packages/core/ui/animation/keyframe-an
Animation
packages/core/ui/animation/index.andro
AsyncTask
packages/ui-mobile-base/android/widget
Calls
no outgoing calls
Tested by
no test coverage detected