The position of each slide is defined in the div metadata, the last one is at:
<div data-x="0" data-y="0">
moving up... this one is at:
<div data-x="0" data-y="-1000">
Just moved left across the canvas
<div data-x="-1000" data-y="-1000">
And now back to the original position
<div data-x="0" data-y="0">
We all know about the third dimension right?
<div data-x="0" data-y="0" data-z="-1000">
The 3D canvas is huge ...
<div data-x="0" data-y="0" data-z="-10000">
But we can always recentre
<div data-x="0" data-y="0" data-z="0">
This is how to make your audience seasick
<div data-x="0" data-y="0" data-z="0"
data-rotate-x="720" data-rotate-y="0">
This is how to make your audience seasick
<div data-x="0" data-y="0" data-z="0"
data-rotate-x="720" data-rotate-y="720">
But we can always recentre ...
If we combine them we can do some fancy things like a circle
If we combine them we can do some fancy things like a circle
If we combine them we can do some fancy things like a circle
If we combine them we can do some fancy things like a circle
And back to the middle of the circle
<!DOCTYPE html>
<html lang="en">
<head>
<!-- put stylesheets, fonts, title etc here -->
</head>
<body>
<div id="impress">
<!-- magic happens here -->
</div>
<!-- initialise impress -->
<script src="js/impress.js"></script>
<script>impress().init();</script>
</body>
</html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=1024"/>
<title>impress.js openspace</title>
<link href='http://fonts.googleapis.com/css
?family=Roboto+Slab:400,700,300,100'
rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css
?family=News+Cycle'
rel='stylesheet' type='text/css'>
<link href="css/impress-demo.css" rel="stylesheet"/>
<link href="css/zenburn.css" rel="stylesheet"/>
</head>
<!-- use the source Luke! -->
<!-- but you guys all cloned it ... right? -->