No description
- JavaScript 53.1%
- HTML 33.1%
- CSS 13.8%
| css | ||
| img | ||
| js | ||
| .gitignore | ||
| index.html | ||
| README.md | ||
Optimized website for nintendo 3DS
simbas.github.com/n3dsite
Example of an optimized website for nintendo 3DS :
- Dual screen
- D-Pad
- Touchless navigation
- 3D images
JavaScript
- Vanilla JS
- Based on focus/blur events
- Use scrollTo() to prevent the user from scrolling
- Selecting anchors via the CSS3 selector a[href$='.mpo']
CSS
- Top screen is 400x220px
- Bottom screen is 320x212px
- Use background property to preview the 3D images
More
The background image is changed via setting class on top screen div but the background image property can be changed via JavaScript.
Credits
- 3dbrew for information about 3ds browser
- 3ds-screenshot for 3D images