Skip to content

Commit 610674e

Browse files
Update README.md
Added Animation Related Interview Questions
1 parent ef8a8fb commit 610674e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@ Title: Flutter Interview Questions
7272
* What is the difference between 'as','show' and 'hide' in an import statement?
7373

7474

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+
7587
## Getting Involved
7688

7789
1. [How to Contribute](https://github.com/whatsupcoders/Flutter-Interview-Questions/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)