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:
Eric Tuvesson
2023-09-05 12:08:55 +02:00
commit 53f0d6320e
2704 changed files with 76354 additions and 0 deletions

View 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">
![](/library/modules/marquee/preview-marquee.png)
</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.