Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify translate #46

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/animation/demo11/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
如何创建自定义过渡?
===

尽管SwiftUI内置了多种选择,但如果我们愿意,也可以编写完全自定义的转变
尽管SwiftUI内置了多种选择,但如果我们愿意,也可以编写完全自定义的过渡

该过程分三个步骤:

Expand Down Expand Up @@ -83,4 +83,4 @@ struct ContentView: View {
}
}
}
```
```