Skip to content

Instantly share code, notes, and snippets.

View lifenouveau's full-sized avatar
🐢
Designer

Kyle Bollinger lifenouveau

🐢
Designer
View GitHub Profile
@lifenouveau
lifenouveau / zscroll.html
Created June 29, 2012 01:27
Scrolling along the Z-Axis
<html>
<head>
<title>Scrolling along the Z-Axis</title>
<!--
Example from http://eng.wealthfront.com/2012/03/scrolling-z-axis-with-css-3d-transforms.html
Assumes browser window is sized at a height of 400px (the size of the black box).
-->
<style>
body{height:600px;}
#viewport {