Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 1.22 KB

plugins.finalcutpro.timeline.transitions.md

File metadata and controls

21 lines (15 loc) · 1.22 KB

docs » plugins.finalcutpro.timeline.transitions


Controls Final Cut Pro's Transitions.

API Overview

  • Functions - API calls offered directly by the extension
  • transitions

API Documentation

Functions

Signature plugins.finalcutpro.timeline.transitions(action) -> boolean
Type Function
Description Applies the specified action as a transition. Expects action to be a table with the following structure:
Parameters
  • action - A table with the name/category/theme for the transition to apply, or a string with just the name.
Returns
  • true if a matching transition was found and applied to the timeline.