From ce643f09d650996bcc6bdee589e97d3fc5608f3a Mon Sep 17 00:00:00 2001 From: peterd Date: Thu, 5 Feb 2015 16:25:31 +0100 Subject: [PATCH] better GPU render detection and render enhancement --- index.html | 10 ++--- jqColorPicker.js | 104 ++++++++++++++++++++++--------------------- jqColorPicker.js.map | 2 +- jqColorPicker.min.js | 2 +- 4 files changed, 60 insertions(+), 58 deletions(-) diff --git a/index.html b/index.html index dbd14bd..6b427fa 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@

Tiny jQuery colorPicker

Looking for mobile first, tiny foot print, fast, scaleable, flexible and pluggable...
-This 4.4KB small HSB color picker is based on a subset of colors.js from it's big brother colorPicker, supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins (See demo plugins below in Demo).

+This 4.5KB small HSB color picker is based on a subset of colors.js from it's big brother colorPicker, supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins (See demo plugins below in Demo).

Demo

On all elements with className 'color':
$('.color').colorPicker();
@@ -73,9 +73,9 @@ window.myColorPicker = $('input.color').colorPicker({

Will follow... See tinyColorPicke on GitHub for now.

- - - + + +