<!--
{
  "documentType" : "article",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/property-based-animations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Property-based animations"
}
-->

# Property-based animations

Create animations by changing the properties of a view.

## Topics

### Essentials

[`UIViewPropertyAnimator`](/documentation/UIKit/UIViewPropertyAnimator)

A class that animates changes to views and allows the dynamic modification of those animations.

[`UIViewAnimating`](/documentation/UIKit/UIViewAnimating)

An interface for implementing custom animator objects.

### Timing curves

[`UITimingCurveProvider`](/documentation/UIKit/UITimingCurveProvider)

An interface for providing the timing information needed to perform animations.

[`UISpringTimingParameters`](/documentation/UIKit/UISpringTimingParameters)

The timing information for animations that mimics the behavior of a spring.

[`UICubicTimingParameters`](/documentation/UIKit/UICubicTimingParameters)

The timing information for animations in the form of a cubic Bézier curve.

### In-progress animations

[`UIViewImplicitlyAnimating`](/documentation/UIKit/UIViewImplicitlyAnimating)

An interface for modifying an animation while it’s running.



---

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)