Created
December 12, 2011 22:28
-
-
Save segdeha/1469432 to your computer and use it in GitHub Desktop.
How does Apple do that?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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