Hi guys,
is anyone know how to create parallax effect that work smoothly on iPad, like this one
One Potato Website
i already tried many ways to created it but ios keep freezing the DOM while scrolling,
please let me know if there are some tutorial or plug-in that can do that.
Hi guys, is anyone know how to create parallax effect that work smoothly on iPad, like this one One Potato Website
i already tried many ways to created it but ios keep freezing the DOM while scrolling, please let me know if there are some tutorial or plug-in that can do that.
maybe because your not "really" scrolling. You can use hammer.js for touch event http://eightmedia.github.com/hammer.js/
@maxisix thanks, i will try that, see if it will works.