Raxol.Core.Accessibility.Legacy (Raxol v0.4.0)
View SourceLegacy functions for backwards compatibility. These functions are deprecated and will be removed in a future version.
Summary
Functions
Check if high contrast mode is enabled.
Check if large text mode is enabled.
Check if reduced motion mode is enabled.
Functions
Check if high contrast mode is enabled.
Returns
trueif high contrast mode is enabled,falseotherwise.
Examples
iex> Legacy.high_contrast_enabled?()
false
Check if large text mode is enabled.
Returns
trueif large text mode is enabled,falseotherwise.
Examples
iex> Legacy.large_text_enabled?()
false
Check if reduced motion mode is enabled.
Returns
trueif reduced motion mode is enabled,falseotherwise.
Examples
iex> Legacy.reduced_motion_enabled?()
false