mirror of
https://github.com/EmergeTools/Pow.git
synced 2026-04-02 10:15:53 +00:00
Add Film Exposure to README
This commit is contained in:
parent
bbdd7ad3e0
commit
d35f8a6e99
1 changed files with 11 additions and 0 deletions
11
README.md
11
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue