Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs/REFERENCES/scenegraph/animation-nodes/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ end function
<td>READ\_WRITE</td>
<td>If easeFunction is set to piecewise, easeOutPercent sets the percentage of the animation duration during which ease-out is applied. Note that the values of easeInPercent plus easeOutPercent must be less than or equal to 1. For all other values of easeFunction, easeOutPercent is ignored</td>
</tr>
<tr>
<td>optional</td>
<td>boolean</td>
<td>false</td>
<td>READ\_WRITE</td>
<td>Set to true to skip animations on lower performing Roku devices. See <a href="/dev/docs/hardware#current-roku-models" title="Roku Devices">Roku Devices</a> for model numbers and code names. When an Animation has optional set to true, setting the control field to start will cause the state field to change to running and immediately change again to finished. These state changes allow any logic tied to state field observers that run at the start and end of the Animation to be properly called</td>
</tr>
<tr>
<td>willBeSkipped</td>
<td>boolean</td>
Expand Down
Loading