Scissor: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Scissor cuts a page in two parts, so that you can have double pages made entirely in HTML5 or images and split them into two pages. It's a jQuery plugin coming with the turn.js package. 
Scissor is a jQuery plugin that cuts a page in two parts, so that you can have double pages made entirely in HTML5 or images and split them into two pages.


Scissor takes a DOM element and replace it by two elements in which there are a copy of the initial element after being positioned according to what it looked like.
Scissor takes a DOM element and replace it by two elements in which there are a copy of the initial element after being positioned according to what it looked like.

Revision as of 20:52, 8 July 2012

Scissor is a jQuery plugin that cuts a page in two parts, so that you can have double pages made entirely in HTML5 or images and split them into two pages.

Scissor takes a DOM element and replace it by two elements in which there are a copy of the initial element after being positioned according to what it looked like.