Update README.md

This commit is contained in:
Ivan Vorobei
2019-06-26 08:38:53 +03:00
parent 50d9e18e47
commit 196c1d0fc5

View File

@@ -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())