PHP Classes

File: vendors/gentelella/vendors/jquery.easy-pie-chart/docs/callbacks.md

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/gentelella/vendors/jquery.easy-pie-chart/docs/callbacks.md   Download  
File: vendors/gentelella/vendors/jquery.easy-pie-chart/docs/callbacks.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 693 bytes
 

Contents

Class file image Download

All callbacks will only be called if animate is not false.

<table>

<tr>
    <th>Callback(params, ...)</th>
    <th>Description</th>
</tr>
<tr>
    <td><strong>onStart(from, to)</strong></td>
    <td>Is called at the start of any animation.</td>
</tr>
<tr>
    <td><strong>onStep(from, to, currentValue)</strong></td>
    <td>Is called during animations providing the current value (the method is scoped to the context of th eplugin, so you can access the DOM element via <code>this.el</code>).</td>
</tr>
<tr>
    <td><strong>onStop(from, to)</strong></td>
    <td>Is called at the end of any animation.</td>
</tr>

</table>