diff --git a/Dalamud/Interface/UiBuilder.cs b/Dalamud/Interface/UiBuilder.cs
index 2c2ca9725..b80fe0b82 100644
--- a/Dalamud/Interface/UiBuilder.cs
+++ b/Dalamud/Interface/UiBuilder.cs
@@ -347,6 +347,12 @@ public sealed class UiBuilder : IDisposable
///
public IFontAtlas FontAtlas { get; }
+ ///
+ /// Gets a value indicating whether or not to use "reduced motion". This usually means that you should use less
+ /// intrusive animations, or disable them entirely.
+ ///
+ public bool ShouldUseReducedMotion => Service.Get().ReduceMotions ?? false;
+
///
/// Gets or sets a value indicating whether statistics about UI draw time should be collected.
///