Module AnimationPlayState.Value

type value = [
| `paused
| `running
]
type t = [
| Css_Value.Global.t
| value
]
val show : t -> string