mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
View#onFrame docs: use code tags in description.
This commit is contained in:
parent
4d0db25e51
commit
5e9c64d9c8
1 changed files with 3 additions and 3 deletions
|
@ -259,10 +259,10 @@ var View = this.View = Base.extend({
|
|||
* The function receives an event object which contains information about
|
||||
* the frame event:
|
||||
*
|
||||
* <b>event.count</b>: the number of times the frame event was fired.
|
||||
* <b>event.time</b>: the total amount of time passed since the first frame
|
||||
* <b>{@code event.count}</b>: the number of times the frame event was fired.
|
||||
* <b>{@code event.time}</b>: the total amount of time passed since the first frame
|
||||
* event in seconds.
|
||||
* <b>event.delta</b>: the time passed in seconds since the last frame
|
||||
* <b>{@code event.delta}</b>: the time passed in seconds since the last frame
|
||||
* event.
|
||||
*
|
||||
* @example
|
||||
|
|
Loading…
Reference in a new issue