Module AnimationName.Value

type t = [
| Css_Value.Global.t
| `name of string
| `none
]
val show : t -> string