mirror of
https://github.com/blasten/turn.js.git
synced 2025-04-05 19:41:54 +08:00
turn.js v0.11
This commit is contained in:
parent
5bce01efca
commit
e3bbd4e9a9
@ -12,13 +12,7 @@ touch devices.
|
||||
|
||||
**CSS code:**
|
||||
<pre>
|
||||
#magazine{
|
||||
width:800px;
|
||||
height:400px;
|
||||
}
|
||||
#magazine .turn-page{
|
||||
width:400px;
|
||||
height:400px;
|
||||
background-color:#ccc;
|
||||
}
|
||||
</pre>
|
||||
@ -34,7 +28,7 @@ touch devices.
|
||||
|
||||
**JavaScript code:**
|
||||
<pre>
|
||||
$('#magazine').turn({page: 1, shadows: true, acceleration: true});
|
||||
$('#magazine').turn({width:800, height: 400, page: 1, shadows: true, acceleration: true});
|
||||
</pre>
|
||||
|
||||
#### Requeriments
|
||||
|
Loading…
x
Reference in New Issue
Block a user