Skip to content

Alpha Transparency? #13

Description

@dk0r

Thanks for maintaining this repo --looks great**!**

Any ideas how to implement transparency for the triangles (globally or specifically)?
The README doesn't seem to mention anything relevant and the source, while making using of rgba() appears to ignore the alpha (transparency) values.

I tried modifying the following lines (see http://codepen.io/wouwi/pen/Apvaq) without success:

Line-382:
original: this.opacity = FSS.Utils.isNumber(opacity) ? opacity : 1;
modded: this.opacity = FSS.Utils.isNumber(opacity) ? opacity : 0.5;

Line-405
original: this.hex = '#' + r + g + b;
modded: this.hex = '#00' + r + g + b;

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