Category: CSS
GFX – jQuery CSS3 Animation Library
GFX is a jQuery library for easily creating CSS3 transitions programatically.
Currently, only webkit browsers are supported which makes this plugin ideal for use in mobile web development.
The syntax for creating an animation is $("#element").gfx(properties, options) where the properties can be any CSS you want to transition. In the options you can specify the duration of the animation, easing effect, queuing the animations and a callback for when the animation completes.
GFX currently has five built-in transitions available (Explode Out, Explode In, Blip, Fade In and Fade Out).
In addition, there are three plugins to support GFX – Overlay, Flip and Cube. Overlay is a light box effect which displays some content above an overlay. Flip is a method of flipping between two elements with a nice effect. Cube will rotate up to six faces in the style of a cube.
Sone nice tutorials and examples are provided here but remember to view them in a webkit browser.
- http://maccman.github.com/gfx/
- jQuery, Webkit Browser
- CSS3, Javascript, jQuery, Plugin, Transition
- 0 Comments
Speed Up Development Time With CSS Refresh
CSS Refresh is a JavaScript file that automatically refreshes a browser if a change is detected in any loaded stylesheet on a web page.
This will save large amounts of development time, particularly on front-end work.
All that is required is either include the JavaScript file after all the stylesheets, or use the provided bookmarklet without the need for any code changes.
- http://cssrefresh.frebsite.nl/
- Will only work in a server environment
- Dual licensed under the MIT and GPL licenses
- Bookmarklet, CSS, Javascript, Plugin, Utility
- 0 Comments
Impress.js – CSS3 Presentation Framework
Impress.js is a framework for presentations (with keyboard support) that utilises CSS3 transforms and transitions to create an infinite scrolling canvas of elements that can scale and rotate.
Only modern browsers with CSS3 transition and transform are currently supported such as the latest Chrome and Firefox. It will also not work on touch devices such as Android/ iPad.
An editing tool is rumoured to be in development but currently only examples and source code are provided with limited documentation.
- http://bartaz.github.com/impress.js/
- Modern Browser with CSS3 support
- MIT License
- CSS, Framework, Javascript, Presentations, Transforms
- 0 Comments
320 and up – HTML5 Boilerplate Extension
320 and up is an extension to the HTML5 boilerplate that starts with a style sheet for small screen devices and then uses progressive enhancement by using media queries to load enhanced layout and assets as they are required.
320 and up can be used standalone or by using it with the HTML5 boilerplate, in which case some files need to be replaced within the boilerplate package.
It includes:
- five media query increments: 480, 600, 768, 992 & 1382 pixels
- a vertical grid based on Less Framework 4
- either a single style sheet with multiple media queries or multiple linked style sheets
- combined HTML5 boilerplate and mobile boilerplate components
- typography preset styles
- imgsizer.js to improve IE’s rendering of resizeable images
- selectivizr.js - bootstrap CSS3 selector support
- jquery-extra-selectors.js to boost Selectivizr
- http://stuffandnonsense.co.uk/projects/320andup/
- Creative Commons MIT license
- Boilerplate, CSS, Mobile, Responsive
- 0 Comments







