I'm using the cubic-bezier(0.34, 1.56, 0.64, 1) function in my CSS which should give the effect demonstrated here, which it does in Chrome and Firefox, however, the easing function doesn't work as expected on IOS, no "bouncing back" effect can be observed.
Any idea why is this happening? Thanks.
UPDATE: The behavior has been observed with the transform property.