MaterialArcMotion


Kotlin |Java

public final class MaterialArcMotion 


A Material PathMotion that results in a more dramatic curve than androidx.transition.ArcMotion.

Use MaterialArcMotion in conjunction with MaterialContainerTransform via setPathMotion to have the container move along a curved path from its start position to its end position.

Summary

Public constructors

Public methods

Path
getPath(float startX, float startY, float endX, float endY)

Public constructors

MaterialArcMotion

public MaterialArcMotion()

Public methods

getPath

public Path getPath(float startX, float startY, float endX, float endY)

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026年05月14日 UTC.