From 3152ac6dbe0669093bb268daa233a1dfc517ae27 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 19 Aug 2022 21:50:28 +0800 Subject: [PATCH] update example project with stopAnimation --- example/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 8b1e6af9..00618aa2 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -139,7 +139,7 @@ class _MyAppState extends State { loop: _loop); break; case 10: - _filamentController.stopAnimation(_cube!); + _filamentController.stopAnimation(_cube!, 0); break; case 11: setState(() {