Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/blivesta/oblurlay

Experiment : Implement a blur view of iOS style with CSS,SVG and jQuery
https://github.com/blivesta/oblurlay

Last synced: 3 months ago
JSON representation

Experiment : Implement a blur view of iOS style with CSS,SVG and jQuery

Awesome Lists containing this project

README

        

oblurlay
==================
Implement a blur view of iOS style with css,svg and jquery

## Example
http://git.blivesta.com/oblurlay

## Setup
~~~ go

$(document).ready(function() {
$('.oblurlay').oblurlay({
'upper':'oblurlay-upper',
'contents':'oblurlay-contents',
'clone':'oblurlay-contents-clone',
'svgBlur':30
});
});



upper layer


contents layer

~~~

## Browsers
- chrome
- safari

## License
Released under the MIT license.