Logo FS-Skia-UI

FS.Skia.UI.Elmish Namespace

Type/Module Description

Animation

Public contract module exposed by this FS.Skia.UI package. Additive Elmish tick helper (feature 073). The only interpreter-edge component of the animation slice: it advances time by emitting frame-delta messages, and it gates redraws by emitting **only while at least one animation is active**. Wire it through `Program.withSubscription`.

AnimationTick

Per-frame elapsed delta routed into the author's `update`. Embed it in your own message type (via the `toMsg` mapper) or pattern-match it directly.

ElmishAdapter

Public contract module exposed by this FS.Skia.UI package.

ElmishAdapterEffect<'msg>

Public contract type exposed by this FS.Skia.UI package.

ElmishAdapterModel<'model>

Public contract type exposed by this FS.Skia.UI package.

ElmishAdapterMsg<'msg>

Public contract type exposed by this FS.Skia.UI package.

Type something to start searching.