Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sergeylukin/css-3d-bar-graph

Pure CSS 3D Bar inspired by http://jquery-3d.truematter.com/
https://github.com/sergeylukin/css-3d-bar-graph

Last synced: 27 days ago
JSON representation

Pure CSS 3D Bar inspired by http://jquery-3d.truematter.com/

Awesome Lists containing this project

README

        

Markup
======

``` html








```

In order to flip bar horizontally, add `.rtl` class to `.bar-wrapper`

Demo
====

http://sergeylukin.com/css-3d-bar-graph

Screenshot
==========

![tabs](https://raw.github.com/sergeylukin/css-3d-bar-graph/master/img/screen-bar-graph.jpg)

My tutorial about this project was published on Codrops: http://tympanus.net/codrops/2012/05/21/animated-3d-bar-chart-with-css3/

Inspired by http://net.tutsplus.com/tutorials/javascript-ajax/create-an-animated-3d-bar-chartgraph/