Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elldritch/bolster-js
A JavaScript plugin that extends CSS to create effects that can't be generated with static CSS.
https://github.com/elldritch/bolster-js
Last synced: 5 days ago
JSON representation
A JavaScript plugin that extends CSS to create effects that can't be generated with static CSS.
- Host: GitHub
- URL: https://github.com/elldritch/bolster-js
- Owner: elldritch
- License: mit
- Created: 2012-08-04T03:35:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-16T23:53:48.000Z (about 12 years ago)
- Last Synced: 2024-04-13T16:19:13.392Z (7 months ago)
- Language: JavaScript
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
Bolster.js
==========
Bolster is a JavaScript plugin built on MooTools that extends CSS to create effects that can't be generated with static CSS. It works on a superset of CSS, providing additional keywords to create dynamic effects that can only be generated at runtime using JavaScript.Usage
=====
Bolster scans all linked CSS files for its keywords. All you need to do is link an external CSS file and Bolster will take care of the rest.See the documentation for more details.
Upcoming
========
* **Reduced Dependencies** -- A leaner, compressed distribution.Dependencies
============
* MooTools Core 1.4.5
* MooTools More 1.2.5