<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIView/KeyframeAnimationOptions/beginFromCurrentState",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UIViewKeyframeAnimationOptions@UIViewKeyframeAnimationOptionBeginFromCurrentState"
  },
  "title" : "beginFromCurrentState"
}
-->

# beginFromCurrentState

The option to start an animation from the current setting associated with an already in-flight animation.

```
static var beginFromCurrentState: UIView.KeyframeAnimationOptions { get }
```

## Discussion

If this option isn’t present, any in-flight animations are allowed to finish before the new animation is started. If another animation isn’t in flight, this option has no effect.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)