Searched defs:easeInElastic (Results 1 – 2 of 2) sorted by relevance
2599 function easeInElastic(t, b, c, d) { function2794 easeInElastic: easeInElastic, property
2 …Math.sqrt(1-t*t)-1)+b}return c/2*(Math.sqrt(1-(t-=2)*t)+1)+b}function easeInElastic(t,b,c,d){var s… property