[WIP] Stories

This commit is contained in:
Ali
2023-05-31 00:38:08 +04:00
parent 5a5adfb5b3
commit 82f511c8a5
17 changed files with 1136 additions and 317 deletions

View File

@@ -84,6 +84,10 @@ public struct Transition {
return bezierPoint(CGFloat(c1x), CGFloat(c1y), CGFloat(c2x), CGFloat(c2y), offset)
}
}
public static var slide: Curve {
return .custom(0.33, 0.52, 0.25, 0.99)
}
}
case none