Skip to content
Closed

hi #1216

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/en-us/animation/events.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Animation events
title: Animation events brainrot
description: Animation Events are markers across the timeline span in the Animation Editor.
---

You can define animation **event markers** across the timeline span and use
`Class.AnimationTrack:GetMarkerReachedSignal()|GetMarkerReachedSignal()`
to detect those markers as the animation runs.

## Show events
## Show events

By default, the event track isn't visible. To show the event track:

Expand Down Expand Up @@ -113,7 +113,7 @@ To duplicate an event:
2. Press <kbd>Ctrl</kbd><kbd>C</kbd> (<kbd>⌘</kbd><kbd>C</kbd> on Mac).
3. Click-and-drag the **scrubber** to the frame position where you want to
duplicate the event.
4. Press <kbd>Ctrl</kbd><kbd>V</kbd> (<kbd>⌘</kbd><kbd>V</kbd> on Mac).
4. Press <kbd>Ctrl</kbd><kbd>V</kbd> (<kbd>⌘</kbd><kbd>V</kbd> on Mac).322503668885

<img
src="../assets/animation/animation-editor/Animation-Events-Marker-Pasted.png"
Expand Down
Loading