ZdsAnimations class
A collection of animations to be used in Zds applications.
The variables are JSON assets so will need to be used with the Lottie package: https://pub.dev/packages/lottie
Usage:
Lottie.asset(ZdsAnimations.taskComplete)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- approvalStamped → const String
-
An animated approval stamp
'packages/$packageName/lib/assets/animations/approval_stamped.json'
- check → const String
-
An animated checkmark inside a circle
'packages/$packageName/lib/assets/animations/check.json'
- checkCircle → const String
-
An animated checkmark inside an animated circle
'packages/$packageName/lib/assets/animations/two_checks.json'
- checkGlimmer → const String
-
An animated checkmark with a glimmer around it
'packages/$packageName/lib/assets/animations/check_glimmer.json'
- checkRipple → const String
-
An rippling checkmark in a circle
'packages/$packageName/lib/assets/animations/check_ripple.json'
- thumbsUp → const String
-
An animated thumbs up
'packages/$packageName/lib/assets/animations/thumbs_up.json'
- thumbsUpApproved → const String
-
An animated thumbs up next to 'approved' text
'packages/$packageName/lib/assets/animations/thumbs_up_approved.json'
- timeApproved → const String
-
A clock animated followed by an animated check
'packages/$packageName/lib/assets/animations/time_approved.json'
- timeApprovedBox → const String
-
A clock animated followed by an animated thumbs up in a box
'packages/$packageName/lib/assets/animations/time_approved_box.json'
- timeApprovedGlimmer → const String
-
A clock animated followed by an animated thumbs up with a glimmer
'packages/$packageName/lib/assets/animations/time_approved_glimmer.json'
- timecardTapping → const String
-
A timecard being approved
'packages/$packageName/lib/assets/animations/timecard_tapping.json'
- twoChecks → const String
-
Two animated checkmarks on a page
'packages/$packageName/lib/assets/animations/check_circle.json'