AnimatedBuilderExtensions extension

AnimatedBuilder 扩展 - 添加动画快捷方法

on

Methods

animateBounce() AnimatedBuilder

Available on AnimatedBuilder, provided by the AnimatedBuilderExtensions extension

animate-bounce - 弹跳动画 ⚠️ 部分支持:需要通过 AnimationController 实现 此方法返回一个带有弹跳动画的 Widget,需要使用 StatefulWidget 和 AnimationController
animatePing() AnimatedBuilder

Available on AnimatedBuilder, provided by the AnimatedBuilderExtensions extension

animate-ping - 脉冲动画(缩放和淡出) ⚠️ 部分支持:需要通过 AnimationController 实现 此方法返回一个带有脉冲动画的 Widget,需要使用 StatefulWidget 和 AnimationController
animatePulse() AnimatedBuilder

Available on AnimatedBuilder, provided by the AnimatedBuilderExtensions extension

animate-pulse - 脉冲动画(透明度变化) ⚠️ 部分支持:需要通过 AnimationController 实现 此方法返回一个带有脉冲动画的 Widget,需要使用 StatefulWidget 和 AnimationController
animateSpin() AnimatedBuilder

Available on AnimatedBuilder, provided by the AnimatedBuilderExtensions extension

animate-spin - 旋转动画 ⚠️ 部分支持:需要通过 AnimationController 实现 此方法返回一个带有旋转动画的 Widget,需要使用 StatefulWidget 和 AnimationController 示例: