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

Unclear documentation #9

Description

@shaneonabike

Hey

I'm confused a bit by the documentation. From another ticket I can see that the parent element must be a background correct? Is it also true that all the elements must have a position relative below that parent?

When I implement this using jQuery I have

`(function ($) {
$(document).ready(function() {
$('.group-header-inner').translucent({
background: '.group-header', // id or class name
filterValue : 5, // int
cardColor : 'clear', // preset color or your own color
shadow : true // true or false
});
});
}) (jQuery);

`

But nothing happens :/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions