Have you noticed the iOS-style header images in some apps where you pull to zoom and it feels like an elastic image?
I want to replicate this effect using jquery, possibly with some CSS as well.
This effect has been achieved using angularjs, but since I'm not familiar with angularjs, I'm looking for a simple jquery example instead.
Here is an example using angularjs: https://codepen.io/olach/pen/NqrYQL
If you pull the image and release it, you can see the effect in action.
I came across other projects that involve cordova and gulp, but I don't know what gulp is, so I can't use those examples either.
Any guidance or pointers would be greatly appreciated.