From c666e6980716e7a2d990321ae29de39a3cc4c404 Mon Sep 17 00:00:00 2001 From: Aria Minaei Date: Fri, 1 Oct 2021 11:04:52 +0200 Subject: [PATCH] Documentation --- theatre/core/src/sequences/TheatreSequence.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theatre/core/src/sequences/TheatreSequence.ts b/theatre/core/src/sequences/TheatreSequence.ts index 58a76c0..ad12968 100644 --- a/theatre/core/src/sequences/TheatreSequence.ts +++ b/theatre/core/src/sequences/TheatreSequence.ts @@ -93,6 +93,8 @@ export interface ISequence { * * @returns A promise that resolves once the audio source is loaded and decoded * + * Learn more [here](https://docs.theatrejs.com/in-depth/#sequence-attachaudio). + * * Usage: * ```ts * // Loads and decodes audio from the URL and then attaches it to the sequence