We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8a8fb commit 610674eCopy full SHA for 610674e
README.md
@@ -72,6 +72,18 @@ Title: Flutter Interview Questions
72
* What is the difference between 'as','show' and 'hide' in an import statement?
73
74
75
+---
76
+Title: Animation Interview Questions
77
78
+
79
+* what is vsync?
80
+* when does the animation reach "completed" or "dismissed" status?
81
+* Difference between AnimationController and Animation?
82
+* When to use 'SingleTickerProviderStateMixin' and 'TickerProviderStateMixin'?
83
+* Define TweenAnimation?
84
+* State the importance of Ticker?
85
+* Why do we need mixins?
86
87
## Getting Involved
88
89
1. [How to Contribute](https://github.com/whatsupcoders/Flutter-Interview-Questions/blob/master/CONTRIBUTING.md)
0 commit comments