Skip to content

Commit

Permalink
Update panel_event.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
yoontk23 committed Apr 14, 2016
1 parent 55e0717 commit f65bfe8
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions panel_event.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Event Panel
====================

When you run **View > Event (⇧⌘E)** menu, Event Panel will be shown. You can add events like `Scroll Animator`_ or `Variable`_ .
When you run **Window > Event (⇧⌘E)** menu, Event Panel will be shown. You can add events like `Scroll Animator`_ or `Variable`_ .



Expand All @@ -24,7 +24,7 @@ Adds Scroll Animator to animate widget by scrolling. When target widget closing

* ``X-Position`` : Adds Scroll Animator to X-Position.
* ``Y-Position`` : Adds Scroll Animator to Y-Position.
* ``Opacity`` : Adds Scroll Animator to Opacity,
* ``Opacity`` : Adds Scroll Animator to Opacity.



Expand All @@ -35,18 +35,18 @@ Adds Scroll Animator to animate widget by scrolling. When target widget closing
Variable
----------------

Adds Variable to selected widget.
Adds Variable to the selected widget.


* ``Variable Name`` : Shows Variable list in your project.

* ``Triggered Widget`` : Shows Triggered widget list according to selected Variable.
* ``Triggered Widget`` : Shows Triggered widget list according to the selected variable.

* ``New Variable Name`` : Adds new Variable name.
* ``New Variable Name`` : Adds a new variable name.

* ``Value Count`` : Set Default & Maximum value to variable.
* ``Value Count`` : Set Default & Maximum value to the variable.

* ``Trigger Action`` : Set Trigger Action to selected widget.
* ``Trigger Action`` : Set Trigger Action to the selected widget.


----------
Expand All @@ -56,20 +56,20 @@ Adds Variable to selected widget.
Receiver
-------------

Adds Receiver Event to selected widget. When **Equation** returns True, Receiver Event will be shown.
Adds Receiver Event to the selected widget. When **Equation** returns True, Receiver Event will be shown.


* ``Variable Name`` : Shows Variable list that have Receiver Event.
* ``Variable Name`` : Shows the list of variables that have Receiver Event.

* ``Receiver Widget`` : Shows Receiver Widget list according to selected Variable.
* ``Receiver Widget`` : Shows the list of Receiver Widget according to the selected variable.

* ``Equation`` : Set Equation case. (e.g. SampleVariable==1)
* ``Equation`` : Set Equation case. (e.g. Sample Variable = 1)

* ``Scroll Location`` : Set Equation range about scroll position.
* ``Scroll Location`` : Set Equation range of the scroll position.

* ``Animation Effect`` : Set Animation Effect when Receiver Event be run.
* ``Animation Effect`` : Set Animation Effect when Receiver Event is run.

* ``Duration`` : Set Duration for Receiver Event.
* ``Duration`` : Set Duration for the Receiver Event.



0 comments on commit f65bfe8

Please sign in to comment.