Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Releases: byeolbit/translucent

Fix jQuery error

22 Aug 02:08
Compare
Choose a tag to compare

Fix jQuery error Uncaught TypeError: $(...).Translucent is not a function in #9

1.0.11 release

06 Jun 16:19
7bb7639
Compare
Choose a tag to compare

Remove all jquery of the plugin.
Non-jQuery version added.
Refactoring code.
Issue #4 fixed.

1.0.10 Release

01 Sep 05:41
Compare
Choose a tag to compare

Fix issues
#1 - Fix typo
#2 - Fix by removing jQuery-ui position function

Bug fix

18 Feb 22:20
Compare
Choose a tag to compare

Bug fix for get wrong scale when background-size is percent

Release 1.0.8

18 Feb 21:06
Compare
Choose a tag to compare

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

Bug fix

05 Feb 06:49
Compare
Choose a tag to compare

Fix typing error of CSS class name.

1.0.5 release

04 Feb 07:25
Compare
Choose a tag to compare
  • Optimize style code

Bug fix

29 Jan 02:41
Compare
Choose a tag to compare

tl-card-bg-container had wrong height. It has right height now.

1.0.3 release

28 Jan 08:31
Compare
Choose a tag to compare

Bug fix.
Now, translucent can download in npm.

First release

27 Jan 21:59
Compare
Choose a tag to compare

First release of Translucent, a jQuery plugin which applies draggable translucent/transparent plastic card theme.