This repository was archived by the owner on Dec 26, 2023. It is now read-only.
Release 1.0.8
Basic dom structure has changed.
- Now, plugin generates elements for translucent card design. So you don't have to make many elements in html. Check details in README.md
Removed draggable option from plugin.
- Now you can use jQuery-ui draggable() to make card draggable.
Now, card background is react to change of offset and size.
- It draws correct blurred background for background-size : 'cover' and percent.
Public methods 'blur' and 'destroy' are added.
- You can change your background's blur value by 'blur' method.
And you can destroy translucent from element by 'destroy' method.
Details of these are added in README.md