Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Commit 357845b

Browse files
authored
Update Readme.md
1 parent 6962823 commit 357845b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

desktop/interpolationEngines/Readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
- [ArcSpline](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/ArcSpline.kt): Arc mode paths
22
- [Cycles](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/Cycles.kt): Core to KeyCycles engine
3-
- [LinearCurve](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/LinearCurve.kt): Lineare interpolation
3+
- [Easing](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/Cycles.kt): Core to KeyCycles engine
4+
- [LinearCurve](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/Easing.kt): Easing curves a collection standard curvs
45
- [MonoSpline](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/MonoSpline.kt): Motonic spline engine
56
- [Shilick](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/Shilick.kt): Shilick easing
67
- [Spline](https://github.com/androidx/constraintlayout/blob/main/desktop/interpolationEngines/src/main/kotlin/curves/Spline.kt): Traditional Spline curves

0 commit comments

Comments
 (0)