Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blivesta/oblurlay
- Owner: blivesta
- Created: 2014-04-29T12:20:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T12:18:42.000Z (over 7 years ago)
- Last Synced: 2024-10-13T15:51:51.188Z (3 months ago)
- Language: JavaScript
- Homepage: http://git.blivesta.com/oblurlay
- Size: 7.34 MB
- Stars: 115
- Watchers: 9
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.