Make Your Own Animation Curve in Flutter

preview_player
Показать описание
In this video we make use of the Curves class to create our own custom Sine and Spring Curve in Flutter. Create any animation you can image by first creating a unique curve.

Take a look at my "Mastering Animation in Flutter Course":

Find the code here:

Desmos Calculator:
Рекомендации по теме
Комментарии
Автор

That's amazing. Took me back to high school days haha. Keep Grinding, you''l be big if you make videos like these! :)

namastecodingofficial
Автор

Hello, wonderful guide, please tell me where I can get the full code from video?

bloodtusk
Автор

Hi friend, great explanation, one question, where did you get the spring formula, i thought you would use the second order system equation.

danielvalencia
Автор

Isn't better to not make it cross the new starting positive point aka 0.5 and just use absolute value on the whole function instead of adding 0.5?

Salehalanazi-