Skip to content
/ Baraja Public

Baraja is a jQuery plugin that allows to move elements in a card-like fashion and spread them like one would spread a deck of cards on a table. It uses CSS transforms for rotating and translating the items. There are several options available that will create various spreading possibilities of the items, for example, moving the items laterally o…

Notifications You must be signed in to change notification settings

codrops/Baraja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

627cf98 · Apr 8, 2017

History

5 Commits
Nov 13, 2012
Nov 17, 2012
Nov 18, 2012
Apr 8, 2017
Nov 17, 2012
Nov 17, 2012

Repository files navigation

Baraja

Baraja is a jQuery plugin that allows to move elements in a card-like fashion and spread them like one would spread a deck of cards on a table. It uses CSS transforms for rotating and translating the items. There are several options available that will create various spreading possibilities of the items, for example, moving the items laterally or rotating them in a fan-like way.

Installation

To use the plugin integrate these scripts and styles into your application

<link href="./path/to/your/css/baraja.css" rel="stylesheet">

<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="./path/to/your/js/modernizr.custom.79639.js"></script>
<script src="./path/to/your/js/jquery.baraja.js"></script>

article on Codrops

demo

Licensed under the MIT License

About

Baraja is a jQuery plugin that allows to move elements in a card-like fashion and spread them like one would spread a deck of cards on a table. It uses CSS transforms for rotating and translating the items. There are several options available that will create various spreading possibilities of the items, for example, moving the items laterally o…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published