monomer-1.5.1.0: A GUI library for writing native Haskell applications.
Copyright(c) 2018 Francisco Vallarino
LicenseBSD-3-Clause (see the LICENSE file)
Maintainerfjvallarino@gmail.com
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Monomer.Widgets.Animation.Types

Description

Common types for animation widgets.

Synopsis

Documentation

data AnimationMsg Source #

Message animation widgets usually support. Controls animation state.

Constructors

AnimationStart

Starts the animation from the beginning, even if it's running.

AnimationStop

Stops the animation if it's currently running.

AnimationFinished Millisecond

Indicates the animation has finished. This is usually generated by the widget itself for clean up.