Browse Source

docs: Add transition duration changed event

Ben Alman 4 years ago
parent
commit
f48259f2b3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/sphinx/reference-frontend-api.rst

+ 4 - 0
docs/sphinx/reference-frontend-api.rst

@@ -60,6 +60,10 @@ Structures/Enumerations
 
 
      Triggered when the current transition has changed by the user.
      Triggered when the current transition has changed by the user.
 
 
+   - **OBS_FRONTEND_EVENT_TRANSITION_DURATION_CHANGED**
+
+     Triggered when the transition duration has been changed by the user.
+
    - **OBS_FRONTEND_EVENT_TRANSITION_STOPPED**
    - **OBS_FRONTEND_EVENT_TRANSITION_STOPPED**
 
 
      Triggered when a transition has completed.
      Triggered when a transition has completed.