mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-19 15:21:31 +02:00
Update README.md
This commit is contained in:
@@ -14,6 +14,7 @@ If you like the project, do not forget to `put star ★`
|
|||||||
|
|
||||||
## Navigate
|
## Navigate
|
||||||
|
|
||||||
|
- [Animatable Cards](#animatable-cards)
|
||||||
- [Transition And Blur](#transition-and-blur)
|
- [Transition And Blur](#transition-and-blur)
|
||||||
- [2048 Game](#2048-game)
|
- [2048 Game](#2048-game)
|
||||||
- [SFSymbols](#sfsymbols)
|
- [SFSymbols](#sfsymbols)
|
||||||
@@ -50,9 +51,7 @@ Also include:
|
|||||||
- SplitView
|
- SplitView
|
||||||
- Card Animation
|
- Card Animation
|
||||||
|
|
||||||
## Projects
|
## Animatable Cards
|
||||||
|
|
||||||
### Animatable Cards
|
|
||||||
|
|
||||||
<img align="left" src="https://hsto.org/webt/xh/3t/eq/xh3teq68fx1bujdlsgpon4jtijo.gif" width="280">
|
<img align="left" src="https://hsto.org/webt/xh/3t/eq/xh3teq68fx1bujdlsgpon4jtijo.gif" width="280">
|
||||||
|
|
||||||
@@ -88,7 +87,7 @@ For medium card use 30 angles.
|
|||||||
|
|
||||||
#### Animation
|
#### Animation
|
||||||
|
|
||||||
In preview I am use Spring animation for all cards:
|
In preview I am use `Spring` animation for all cards:
|
||||||
|
|
||||||
```swift
|
```swift
|
||||||
.animation(.spring())
|
.animation(.spring())
|
||||||
|
|||||||
Reference in New Issue
Block a user