Table of Contents

Interface Animatable

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("Animatable")]
public interface Animatable

Methods

Animate(Object?, Union171)

[Value("animate")]
Animation Animate(Object? keyframes, Union171 options = default)

Parameters

keyframes Object
options Union171

Returns

Animation

GetAnimations(GetAnimationsOptions)

[Value("getAnimations")]
List<Animation> GetAnimations(GetAnimationsOptions options = null)

Parameters

options GetAnimationsOptions

Returns

List<Animation>