Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simhub/justflipit
Lightning fast jQuery plugin - designed to flip almost any html5 element
https://github.com/simhub/justflipit
css3 jquery jquery-plugin
Last synced: 3 months ago
JSON representation
Lightning fast jQuery plugin - designed to flip almost any html5 element
- Host: GitHub
- URL: https://github.com/simhub/justflipit
- Owner: SimHub
- Created: 2015-06-03T12:27:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T07:52:20.000Z (over 5 years ago)
- Last Synced: 2024-10-11T12:01:41.860Z (3 months ago)
- Topics: css3, jquery, jquery-plugin
- Language: JavaScript
- Homepage:
- Size: 3.39 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### A simple and lightning fast jQuery plugin
[![Travis](https://img.shields.io/travis/SimHub/justFlipIt.svg?style=flat-square)](https://travis-ci.org/SimHub/justFlipIt) [![npm](https://img.shields.io/npm/dt/justflipit.svg?style=flat-square)](https://www.npmjs.com/package/justflipit) [![npm](https://img.shields.io/npm/v/justflipit.svg?style=flat-square)](https://www.npmjs.com/package/justflipit) [![npm](https://img.shields.io/npm/l/justflipit.svg?style=flat-square)](https://www.npmjs.com/package/justflipit) [![GitHub forks](https://img.shields.io/github/forks/SimHub/justFlipIt.svg?style=social&label=Fork&style=flat-square&style=flat-square)](https://img.shields.io/github/forks/SimHub/justFlipIt) [![Bower](https://img.shields.io/bower/l/justFlipIt.svg?style=social&label=Bower&style=flat-square&style=flat-square)](https://bower.io/search/)
justFlipIt is a lightweight jQuery plugin that allows you to implement CSS3 based flip animations on any DOM elements.
Moreover, the plugin allow you to create backside of the card dynamically. All elements of the plugin can be customized with CSS.### Demo - Documentation
### [_GO HERE_ ->](http://simhub.github.io/justFlipIt/)
## Install### NPM
$ npm install justflipit
or
$ yarn add justflipit
### BOWER$ bower install justFlipIt
### GITHUB
clone or download .zip file## Usage
Include the Javascript after jQuery
Initialize the script:$('[elementName]').justFlipIt();
# That's it! :punch: :blush:# Want More options?
| Name/Key | Possible value | Default | Description |
| ------------- |:---------------------------|:-------:|---------------------------------------------------------:|
| Hover | - | - |$('[elementName]').justFlipIt(); |
| Click | false/true/'\[elementName]'| false |$('[elementName]').justFlipIt({ Click:'[elementName]' }); |
### destroy
$('[elementName]').destroy();
...[there's even more](http://simhub.github.io/justFlipIt/#g)
## License: MIT
Copyright (c) 2015 simon Lackmann
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.