open func then(keyframes: [Keyframe], options: UIViewKeyframeAnimationOptions = []) -> Animate {
        return then(animation: KeyframeAnimation(keyframes: keyframes, options: options))
    }