mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-03 17:29:23 +00:00
add onion animation to assets
This commit is contained in:
parent
c810f9dc15
commit
abe3f85ca8
3 changed files with 3 additions and 0 deletions
1
assets/lottie/onion_animation.json
Normal file
1
assets/lottie/onion_animation.json
Normal file
File diff suppressed because one or more lines are too long
|
@ -258,4 +258,5 @@ class _ANIMATIONS {
|
||||||
String get iconSend => "assets/lottie/icon_send.json";
|
String get iconSend => "assets/lottie/icon_send.json";
|
||||||
String get loaderAndCheckmark => "assets/lottie/loader_and_checkmark.json";
|
String get loaderAndCheckmark => "assets/lottie/loader_and_checkmark.json";
|
||||||
String get arrowRotate => "assets/lottie/arrow_rotate.json";
|
String get arrowRotate => "assets/lottie/arrow_rotate.json";
|
||||||
|
String get onionTor => "assets/lottie/onion_animation.json";
|
||||||
}
|
}
|
||||||
|
|
|
@ -376,6 +376,7 @@ flutter:
|
||||||
- assets/lottie/icon_send.json
|
- assets/lottie/icon_send.json
|
||||||
- assets/lottie/loader_and_checkmark.json
|
- assets/lottie/loader_and_checkmark.json
|
||||||
- assets/lottie/arrow_rotate.json
|
- assets/lottie/arrow_rotate.json
|
||||||
|
- assets/lottie/onion_animation.json
|
||||||
|
|
||||||
# default themes_testing
|
# default themes_testing
|
||||||
- assets/default_themes/
|
- assets/default_themes/
|
||||||
|
|
Loading…
Reference in a new issue