Slide 109
              Slide 109 text
              
                  timing function
animation
animation: inferno 1.5s linear;
bit.ly/animation-timing-function
animation: inferno 1.5s ease;
animation: inferno 1.5s ease-in;
animation: inferno 1.5s ease-out;
animation: inferno 1.5s cubic-bezier(0.680, -.550. 0.265,
1.550);
animation: inferno 1.5s steps(4, end);