We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bd526 commit a1faab7Copy full SHA for a1faab7
haxe/ui/animation/AnimationBuilder.hx
@@ -11,6 +11,9 @@ import haxe.ui.styles.elements.Directive;
11
import haxe.ui.util.Color;
12
13
@:access(haxe.ui.core.Component)
14
+#if haxeui_expose_all
15
+@:expose
16
+#end
17
class AnimationBuilder {
18
private var _keyFrames:Array<AnimationKeyFrame> = [];
19
public var target:Component;
haxe/ui/animation/AnimationSequence.hx
@@ -1,5 +1,8 @@
1
package haxe.ui.animation;
2
3
4
5
6
class AnimationSequence {
7
public var onComplete:Void->Void = null;
8
public var builders:Array<AnimationBuilder> = [];
0 commit comments