Skip to content

Instantly share code, notes, and snippets.

@segdeha
Created December 12, 2011 22:28
Show Gist options
  • Save segdeha/1469432 to your computer and use it in GitHub Desktop.
Save segdeha/1469432 to your computer and use it in GitHub Desktop.
How does Apple do that?
You have @glan to thank for this cool insight into how Apple did their cool 3D view of their new Grand Central Station store.
1. In Safari, go to http://www.apple.com/retail/grandcentral/
2. Click 'View More Photos'
3. Click bottom/left photo (labeled '360°')
4. Open the Web Inspector
5. Copy/paste the following in the console and hit Enter:
document.querySelector('.ac-cube360-container').style.webkitTransform = 'translateZ(-200px)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment