From d35f8a6e99b5e238d4e16b6a481e1e6797b4d3ee Mon Sep 17 00:00:00 2001 From: Kasper Lahti Date: Tue, 13 Sep 2022 12:14:11 +0200 Subject: [PATCH] Add Film Exposure to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index a1c54d8..cac0843 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,17 @@ before settling. static func flicker(count: Int) -> AnyTransition ``` +## Film Exposure + +[Preview](https://movingparts.io/pow/#film-exposure) + +A transition from completely dark to fully visible on insertion, and +from fully visible to completely dark on removal. + +```swift +static var filmExposure: AnyTransition +``` + ## Flip [Preview](https://movingparts.io/pow/#flip)