Skip to content

Commit a1faab7

Browse files
committed
expose_all
1 parent d0bd526 commit a1faab7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

haxe/ui/animation/AnimationBuilder.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ import haxe.ui.styles.elements.Directive;
1111
import haxe.ui.util.Color;
1212

1313
@:access(haxe.ui.core.Component)
14+
#if haxeui_expose_all
15+
@:expose
16+
#end
1417
class AnimationBuilder {
1518
private var _keyFrames:Array<AnimationKeyFrame> = [];
1619
public var target:Component;

haxe/ui/animation/AnimationSequence.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
package haxe.ui.animation;
22

3+
#if haxeui_expose_all
4+
@:expose
5+
#end
36
class AnimationSequence {
47
public var onComplete:Void->Void = null;
58
public var builders:Array<AnimationBuilder> = [];

0 commit comments

Comments
 (0)