mirror of
https://github.com/EmergeTools/Pow.git
synced 2026-03-25 08:55:50 +00:00
Fix snapshot declaration and preview link in readme
This commit is contained in:
parent
f4f63fc502
commit
afc1c8096b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue