Module AnimationFillMode.Value

type value = [
| `backwards
| `both
| `forwards
| `none
]
type t = [
| Css_Value.Global.t
| value
]
val show : t -> string