FoxUI在线文档

关于FoxUI组件的说明


FoxAnimate

<p>FoxAnimate,FoxUI提供的线性动画器</p> <p>TFoxUIIntegerAnimation 基于整形的线性值变化器 TFoxUIFloatAnimation 基于浮点的线性值变化器 <strong>属性</strong> StartValue 开始值</p> <p>StopValue 终点值</p> <p>Value 当前值</p> <p>AutoReverse 自动反转</p> <p>Duration 动画持续事件 秒</p> <p>DelayTime 延时时间 秒</p> <p>RealTime 是否实时</p> <p>Interpolation 线性方式</p> <p>Inverse 是否反向</p> <p>LoopTime 循环次数 -1 无限循环</p> <p>Loop 是否循环</p> <p>AnimationType 动画方式</p> <p>Running 是否运行中</p> <p>Complete 是否完全运行结束</p> <p><strong>事件</strong></p> <p>OnTick 数值变化后触发</p> <p>OnEnd 结束后触发</p> <p><strong>方法</strong> procedure Start; //开始</p> <p>procedure Stop(GoEnd: Boolean = True); //结束</p>

页面列表

ITEM_HTML