Skip to content

Commit

Permalink
Added Delay Time Node
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarEmaraDev committed Mar 17, 2017
1 parent c73ce0d commit 01cc889
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/user_guide/nodes/animation/delay_time.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Delay Time
==========

Description
-----------
This node subtracts the *delay* input from the *time* input.

The essence of this subtraction is changing the frame at which an animation will start when using one of the animation nodes or using the output in a custom animation node tree.

.. image:: images/delay_time_node.png
:width: 160pt

Inputs
------

- **Time** - An input time.
- **Delay** - A value to subtract from the time or the frame at which the animation will start.

Outputs
-------

- **Time** - The delayed time.

Advanced Node Settings
----------------------

- N/A

Examples of Usage
-----------------

.. image:: gifs/animate_vector_node_example.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/user_guide/nodes/animation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ Animation
:titlesonly:

Time Info <time_info>
Delay <delay_time>

.. image:: images/animation_overview.png

0 comments on commit 01cc889

Please sign in to comment.