文件名称:keyframes_tween:补间,允许为各种属性定义关键帧
文件大小:187KB
文件格式:ZIP
更新时间:2024-04-27 12:15:00
Dart
keyframes_tween 补间,允许为各种属性定义关键帧。 快速开始 import 'package:keyframes_tween/keyframes_tween.dart' ; class Example extends StatefulWidget { @override _ExampleState createState () => _ExampleState (); } class _ExampleState extends State < Example> with TickerProviderStateMixin { late final controller = AnimationController ( duration : const Duration (seconds : 10 ), vsync : this , ); f