From afc1c8096b3bbe0eb255853a6cbea70bbc823802 Mon Sep 17 00:00:00 2001 From: Kasper Lahti Date: Tue, 13 Sep 2022 12:20:38 +0200 Subject: [PATCH] Fix snapshot declaration and preview link in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7823cef..3ec8288 100644 --- a/README.md +++ b/README.md @@ -336,13 +336,13 @@ static func rotate3D(_ angle: Angle, axis: (x: CGFloat, y: CGFloat, z: CGFloat), ## Snapshot -[Preview](https://movingparts.io/pow/#film-exposure) +[Preview](https://movingparts.io/pow/#snapshot) A transition from completely bright to fully visible on insertion, and from fully visible to completely bright on removal. ```swift -static var filmExposure: AnyTransition +static var snapshot: AnyTransition ``` ## Skid