mirror of
https://github.com/blasten/turn.js.git
synced 2025-04-05 04:22:45 +08:00
Update readme.md
This commit is contained in:
parent
cf64a2919d
commit
08c1f6599a
31
readme.md
31
readme.md
@ -1,9 +1,10 @@
|
||||
turn.js 4th release
|
||||
=========
|
||||
|
||||
Get the new turn.js on [turnjs.com](http://www.turnjs.com/)
|
||||

|
||||
|
||||
### What's new?
|
||||
**Get the turn.js 4th release on [turnjs.com](http://www.turnjs.com/)**
|
||||
|
||||
|
||||
### What's new in turn.js 4th release?
|
||||
|
||||
- Added option `autoCenter`
|
||||
|
||||
@ -81,7 +82,7 @@ Turn.js is a plugin for jQuery that adds a beautiful transition similar to real
|
||||
#### Usage
|
||||
|
||||
**CSS code:**
|
||||
<pre>
|
||||
```css
|
||||
#magazine{
|
||||
width: 800px;
|
||||
height: 400px;
|
||||
@ -89,21 +90,21 @@ Turn.js is a plugin for jQuery that adds a beautiful transition similar to real
|
||||
#magazine .turn-page{
|
||||
background-color:#ccc;
|
||||
}
|
||||
</pre>
|
||||
```
|
||||
|
||||
**HTML code:**
|
||||
<pre>
|
||||
<div id=<span class="string">'magazine'</span>>
|
||||
<div> <span class="text">Page 1</span> </div>
|
||||
<div> <span class="text">Page 2</span> </div>
|
||||
<div> <span class="text">Page 3</span> </div>
|
||||
</div>
|
||||
</pre>
|
||||
```html
|
||||
<div id="magazine">
|
||||
<div><span class="text">Page 1</span></div>
|
||||
<div><span class="text">Page 2</span></div>
|
||||
<div><span class="text">Page 3</span></div>
|
||||
</div>
|
||||
```
|
||||
|
||||
**JavaScript code:**
|
||||
<pre>
|
||||
```javascript
|
||||
$('#magazine').turn({gradients: true, acceleration: true});
|
||||
</pre>
|
||||
```
|
||||
|
||||
#### Requirements
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user