Skip to content

Commit

Permalink
Resize demo gif
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed May 28, 2024
1 parent bbf16cb commit 11e2237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file not shown.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@
OnboardingKit is a Swift SDK that helps you create onboarding experiences in `Swift` and `SwiftUI`.

<p align="center">
<img src ="Resources/Demo.gif" />
<img src ="Resources/Demo.gif" width=350 />
</p>

OnboardingKit has different onboarding types. Standard onboardings are shown right away, and only once, while other types can require multiple presentation attempts, a certain number of "incorrect" actions, etc.
OnboardingKit has different onboarding types. A standard ``Onboarding`` is shown right away, and only once, while other types can require multiple presentation attempts, a certain number of "incorrect" actions, etc.

OnboardingKit also has localized utilities, like the ``LocalizedOnboardingFlow``, and UI components like ``OnboardingPageView`` and ``OnboardingSlideshow``.



Expand Down

0 comments on commit 11e2237

Please sign in to comment.