浏览代码

Update tween_animation_builder.cs

/siyaoH-1.17-PlatformMessage
guanghuispark 4 年前
当前提交
7aacff04
共有 1 个文件被更改,包括 6 次插入2 次删除
  1. 8
      com.unity.uiwidgets/Runtime/widgets/tween_animation_builder.cs

8
com.unity.uiwidgets/Runtime/widgets/tween_animation_builder.cs


D.assert(tween != null);
D.assert(curve != null);
D.assert(builder != null);
this.tween = tween;
this.child = child;
this.builder = builder;
}

base.initState();
if (_currentTween.begin.Equals( _currentTween.end)) {
if (!_currentTween.begin.Equals( _currentTween.end)) {
controller.forward();
}
}

widget.tween.end,
(value) =>{
D.assert(false);
return null; }) as Tween<T>;
return null;
}) as Tween<T>;
}
public override Widget build(BuildContext context) {

正在加载...
取消
保存