First a few things:
colourmagician dot com is the website in question.
The code I am using is from this tutorial (http://www.creativebloq.com/javascript/create-interactive-street-view-jquery-9113038). There has been a post on here before about someone using the same tutorial, and experiencing flickering. (/questions/14502969/animation-flickers-with-firefox-18-0-1-due-to-requestanimationframe)
I have slightly modified a few values to achieve the desired effect I was going for. I am using a significant amount more images (for the video) than the tutorial/original website. I went in knowing my idea would probably falter as it is quite bandwidth heavy. Except it seems to have worked out alright.
The problem I have now (which you are able to reproduce yourself if you have time) is that when scrolling through, intermittently and occasionally it will start to stutter and the tab will crash.
-It crashes in Chrome fairly often, you'd be lucky to get through the whole website without it crashing.
-Firefox it has only crashed a couple of times. I haven't thus far been able to recreate the crash in IE, Safari and Opera (after some more testing its finally crashed in Opera) - they all seem to work okay.
- I have debugged the chrome tab crashing. Here is an analysis of the dump if its any use (http://pastebin.com/X6MLfjNy)
So right now, it kind of works in Chrome. Stable-ish in Firefox and fine in everything else. Could this be a Chrome related issue?
Thanks for anyone who read through all this. If you have any thoughts or directions to point me I'd really appreciate it. (This is a project for University, I hope you enjoy it!)