Skip to content

Commit

Permalink
fix: Fix cloud animation (openfoodfacts#6144)
Browse files Browse the repository at this point in the history
* Fix cloud animation

* Remove unused anim
  • Loading branch information
g123k authored Jan 6, 2025
1 parent af13812 commit 40e9dd4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
Binary file modified packages/smooth_app/assets/animations/off.riv
Binary file not shown.
15 changes: 0 additions & 15 deletions packages/smooth_app/lib/resources/app_animations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -151,21 +151,6 @@ class CloudUploadAnimation extends StatelessWidget {
}
}

class ConsentAnimation extends StatelessWidget {
const ConsentAnimation({
super.key,
});

@override
Widget build(BuildContext context) {
return RiveAnimation.direct(
AnimationsLoader.of(context)!,
artboard: 'Consent',
animations: const <String>['Loop'],
);
}
}

class DoubleChevronAnimation extends StatefulWidget {
const DoubleChevronAnimation.animate({
this.size,
Expand Down

0 comments on commit 40e9dd4

Please sign in to comment.