-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME
More file actions
32 lines (24 loc) · 1.03 KB
/
README
File metadata and controls
32 lines (24 loc) · 1.03 KB
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
DEMONSTRATION AND INSTRUCTIONS/API:
----------------------------------------------------------------------------------------------------------
http://colorpowered.com/blend/
RELEASE NOTES:
----------------------------------------------------------------------------------------------------------
Version 2.2 - June 09 2011
* Bug fix for absolutely positioned elements
* Minor code optimization.
* Removed special handling for Firefox 2.
Version 2.1 - July 27 2010
* Small change to how the content inside the target is handled.
Version 2 - July 25 2010
* Complete rewrite.
* Removed the optional settings as they were rarely used.
Version 1.3 - Jan 28 2010
* Small bug fix for use with jQuery 1.4
Version 1.2 - July 31 2009
* Code Reduction.
* Disabled Blend for FireFox 2 users because of a bug that makes the background-position property
unavailable to JavaScript. More info: https://bugzilla.mozilla.org/show_bug.cgi?id=316981
Version 1.1 - June 10 2009
* Code Reduction. 1.73KBs to 1.37KBs.
Version 1.0 - June 03 2009
* Initial release