-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathREADME
32 lines (22 loc) · 1.16 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
polyClip 2.1 by Zoltan Hawryluk
Allows cross-browser, non-rectangular cropping and masking
of images. Can also be used in animationed image masking. Works in
all modern browsers (Firefox, Chrome, Safari and Opera) as well as
Internet Explorer 7.0 and higher.
More info is available on these blog posts:
- Clipping JPEG Images Into Non-Rectangular Polygons Using polyClip.js
http://www.useragentman.com/blog/?p=3526
- Cross-Browser Animated Image Masking (Even in IE) Using polyClip.js
http://www.useragentman.com/blog/?p=5621
- Clicking Through Clipped Images Using CSS Pointer Events,
SVG Paths and VML
http://www.useragentman.com/blog/?p=5914
Released under the MIT license.
@requires jQuery http://jquery.org
For animations, it is recommended to use Silk.js if you want GPU accelerated
animations (included with the polyClip package available at:
https://github.com/zoltan-dulac/polyClip
For animations that require transformations (i.e. scaling, rotations, etc),
it is necessary to use sylvester.js (also included with the polyClip package).
The most up-to-date version of sylvester is available at
http://sylvester.jcoglan.com/