Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ability to create custom animations for the overlay-background and standard jquery events using .on and .trigger methods. #16

Open
wants to merge 8 commits into
base: gh-pages
Choose a base branch
from
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ <h3>Options</h3>
<td>Enables background cover.<br />
<small class="text-muted">Disabled for tooltips.</small></td>
</tr>
<tr>
<td>backgroundclass</td>
<td>string <small class="text-muted"><i>(CSS&nbsp;selector)</i></small></td>
<td></td>
<td>Adds a class to the background of the overlay to enable custom animations for it.<br />
<small class="text-muted">Disabled for tooltips.</small></td>
</tr>
<tr>
<td>color</td>
<td>string <small class="text-muted"><i>(CSS&nbsp;color)</i></small></td>
Expand Down
Loading