Raxol.UI.Rendering.Pipeline (Raxol v0.3.0)

View Source

Manages the rendering pipeline for the UI.

Summary

Functions

apply_animation_settings(animation_type, animation_path, fps, loop, blend, opacity, blur, scale)

@spec apply_animation_settings(
  atom() | nil,
  String.t() | nil,
  pos_integer(),
  boolean(),
  float(),
  float(),
  float(),
  :fit | :fill | :stretch
) :: :ok