mirror of
https://github.com/noodlapp/noodl-docs.git
synced 2026-01-12 07:12:53 +01:00
Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com> Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com> Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com> Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
This commit is contained in:
45
library/modules/marquee/nodes/v1/marquee.md
Normal file
45
library/modules/marquee/nodes/v1/marquee.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: Marquee
|
||||
hide_title: true
|
||||
---
|
||||
|
||||
<##head##>
|
||||
|
||||
# Marquee
|
||||
|
||||
This visual node adds a marquee container to the visual tree.
|
||||
|
||||
<div className="ndl-image-with-background l">
|
||||
|
||||

|
||||
|
||||
</div>
|
||||
|
||||
<##head##>
|
||||
|
||||
## Inputs
|
||||
|
||||
<div className="ndl-table-35-65">
|
||||
|
||||
| Data | Description |
|
||||
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| <span className="ndl-data">Auto Fill</span> | Whether to automatically fill blank space in the marquee with copies of the children or not. |
|
||||
| <span className="ndl-data">Speed</span> | The speed calculated as pixels/second. |
|
||||
| <span className="ndl-data">Delay</span> | The duration to delay the animation after render, in seconds. |
|
||||
| <span className="ndl-data">Loop</span> | The number of times the marquee should loop, 0 is equivalent to infinite. |
|
||||
| <span className="ndl-data">Direction</span> | The direction the marquee is sliding. |
|
||||
| <span className="ndl-data">Gradient Enabled</span> | Whether to show the gradient or not. |
|
||||
| <span className="ndl-data">Gradient Color</span> | The color of the gradient. |
|
||||
| <span className="ndl-data">Gradient Width</span> | The width of the gradient on either side in pixels. |
|
||||
|
||||
| Signal | Description |
|
||||
| ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| <span className="ndl-signal">Pause</span> | Pause the marquee animation. |
|
||||
| <span className="ndl-signal">Play</span> | Play the marquee animation. |
|
||||
| <span className="ndl-signal">Toggle</span> | Toggle the marquee animation state. |
|
||||
|
||||
</div>
|
||||
|
||||
## Outputs
|
||||
|
||||
This node have no unique outputs.
|
||||
Reference in New Issue
Block a user