neft
Version:
Universal Platform
111 lines (46 loc) • 2.87 kB
Markdown
# Animation
> **API Reference** ▸ [Renderer](/api/renderer.md) ▸ **Animation**
<!-- toc -->
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee)
* * *
### `constructor()`
<dl><dt>Extends</dt><dd><i>Renderer.Extension</i></dd><dt>Returns</dt><dd><i>Animation</i></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#animation-animationconstructor--rendererextension)
* * *
### `onStart()`
<dl><dt>Type</dt><dd><i>Signal</i></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#signal-animationonstart)
* * *
### `onStop()`
<dl><dt>Type</dt><dd><i>Signal</i></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#signal-animationonstop)
* * *
### `paused`
<dl><dt>Type</dt><dd><i>Boolean</i></dd></dl>
* * *
### `onPausedChange()`
<dl><dt>Parameters</dt><dd><ul><li>oldValue — <i>Boolean</i></li></ul></dd><dt>Type</dt><dd><i>Signal</i></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#signal-animationonpausedchangeboolean-oldvalue)
* * *
### `loop`
<dl><dt>Type</dt><dd><i>Boolean</i></dd></dl>
* * *
### `onLoopChange()`
<dl><dt>Parameters</dt><dd><ul><li>oldValue — <i>Boolean</i></li></ul></dd><dt>Type</dt><dd><i>Signal</i></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#signal-animationonloopchangeboolean-oldvalue)
* * *
### `updatePending`
<dl><dt>Type</dt><dd><i>Boolean</i></dd><dt>Read Only</dt></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#readonly-boolean-animationupdatepending)
* * *
### `start()`
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#animationstart)
* * *
### `stop()`
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#animationstop)
* * *
### `pause()`
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#animationpause)
* * *
### `resume()`
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/renderer/types/extensions/animation.litcoffee#animationresume)