Skip to content

Instantly share code, notes, and snippets.

@s1r-J
s1r-J / selection-advanced-usage.html
Created October 3, 2018 14:42 — forked from prateekkalra/selection-advanced-usage.html
add CSS opacity property to config of Selection-js
<script src="selection.min.js"></script>
<script>
var selection = new Selection();
selection.config({
facebook: true,
twitter: true,
search:true,
copy:true,
speak:true,
backgroundColor: 'crimson',