class func animate(withDuration duration: TimeInterval, animations: @escaping () -> Void, // ここ completion: ((Bool) -> Void)? = nil)
@escaping