background preloader

Hex Color Code Generator - Awesome, Free Tool

Hex Color Code Generator - Awesome, Free Tool

requestAnimationFrame for smart animating If you’ve never written code to animate inside the browser, you can stop reading :) What is requestAnimationFrame? In your animation work, you’ve used a timer loop to make changes every few milliseconds. Good for us: browser vendors have decided, “hey, why don’t we just give you an API for that, because we can probably optimize some things for you.” So it’s basic API for use with animation, whether that be DOM-based styling changes, canvas or WebGL. Why should I use it? The browser can optimize concurrent animations together into a single reflow and repaint cycle, leading to higher fidelity animation. OMG I can brag about having a site with battery-friendly animations? Yeah bro. How should I use this? Note: I am using ‘requestAnimFrame` here because since the spec is still in flux, I don’t want to make a straight polyfill, yet. 2012.01.07: The spec has gotten some fixes and settled down. A robust polyfill I have this polyfill available as a gist as well. Let’s see that in action Is it ready?

Convertisseur de couleurs gratuit - convertir gratuitement les couleurs Conversion de couleur Convertisseur de couleur RGB / Hexa / TSL Codage numérique d'une couleur Dans la chaîne graphique il existe trois grandes familles de représentation des couleurs, deux dans le cadre de la représantation d'une image sur un écran d'ordinateur : le codage RVB (ou RGB en anglais), et le codage TSL (ou HSL en anglais), et un, plus adapté au domaine de l'impression, le codage CMJN (quadrichomie). le code RVB sépare les trois composantes (Rouge, Vert, Bleu) (donné en hexadécimal et en décimal) sur une échelle de 0 à FF en hexadécimal et donc de 0 à 255 inclus en décimal ; Le code CMJN sépare les quatre composantes (quadrichromie : cyan, magenta, jaune, noir). Les données sont en proportions (ex. : [0, 46, 0, 54] = [0 unité, 46 unités, 0 unité, 54 unités]) ; Le code TSL sépare les trois composantes : l'angle (en degrés) sur le disque chromatique, la saturation et la luminosité (en %).

sole/tween.js jQuery: The Write Less, Do More, JavaScript Library Columnizer jQuery Plugin The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. And, of course, it’s easy to use! Get the source Available on Github at Stable Version: 1.6.0 Download It Here Quick Start To use columnizer, just call the columnize() function on your jQuery selection, and that’s it! Release Candidate New Features! Now you can manually specify line breaks for some or all of your columns! Stable Version New Features Stable Release Bug Fixes Columnizer is now backwards compatible with older versions of jQueryFixed `lastNeverTallest` sometimes leaving a tall last columnAdded a class to nodes that are split between columns. Demos Sample 1: Simple text only columns. Documentation Documentation is available on the Github repository’s wiki. Helpful Hints License Columnizer by Adam Wulf is licensed under a Creative Commons Attribution 3.0 United States License.

Related: