Element.animate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto animate(Optional!(T0) keyframes, SumType!(double, KeyframeAnimationOptions) options)
    struct Element
    nothrow
    animate
    (
    T0
    )
    (
    scope auto ref Optional!(T0) keyframes
    ,
    scope ref SumType!(double, KeyframeAnimationOptions) options
    )
  2. auto animate(Optional!(T0) keyframes)

Meta