Module TransitionProperty.Value

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