Raxol.Animation.Animation (Raxol v0.4.0)

View Source

Delegates animation API calls to Raxol.Animation.Framework for test and compatibility purposes.

Summary

Functions

apply_animations_to_state(state)

See Raxol.Animation.Framework.apply_animations_to_state/1.

create_animation(name, params)

See Raxol.Animation.Framework.create_animation/2.

get_current_value(name, id)

See Raxol.Animation.Framework.get_current_value/2.

init()

See Raxol.Animation.Framework.init/0.

init(opts)

See Raxol.Animation.Framework.init/1.

init(opts \\ %{}, user_preferences_pid \\ nil)

should_reduce_motion?(user_preferences_pid \\ nil)

start_animation(name, id)

See Raxol.Animation.Framework.start_animation/2.

start_animation(name, id, opts)

See Raxol.Animation.Framework.start_animation/3.

stop()

See Raxol.Animation.Framework.stop/0.