Raxol.Core.Accessibility.Legacy (Raxol v0.5.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
true
if high contrast mode is enabled,false
otherwise.
Examples
iex> Legacy.high_contrast_enabled?()
false
Check if large text mode is enabled.
Returns
true
if large text mode is enabled,false
otherwise.
Examples
iex> Legacy.large_text_enabled?()
false
Check if reduced motion mode is enabled.
Returns
true
if reduced motion mode is enabled,false
otherwise.
Examples
iex> Legacy.reduced_motion_enabled?()
false