The most important part of creating an animation is
specifying the rate at which a property value changes from
one value to another. Does the value get there directly at a
constant rate? Does the value speed up initially and then
slow down? Does the value instead start slowly and then
speed up? Is there a bounce at the end? The answers to all
of these questions are important details that you specify,
and it is these details that really give life to your
animation. Basically, this is something you can't ignore.
I wonder if you can help me out with one thing ( I don’t want direct answer- just help
I’m working on a simple script (just for training) - https://github.com/maciekgrzybek/awesome-num-animation
Script is animating numbers when the element appears on screen. I figured out pretty much everything. I’m just wondering how to apply easing function on it. If you’ll have a minute to take a look I would really appreciate it.
Hi Maciek!
Do you have a version of this that is running that I can look at. I downloaded your github contents and ran the HTML file. Nothing was showing up on screen