Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohsinaliayub/water-wave
Water drop wave form effect using SwiftUI.
https://github.com/mohsinaliayub/water-wave
Last synced: 6 days ago
JSON representation
Water drop wave form effect using SwiftUI.
- Host: GitHub
- URL: https://github.com/mohsinaliayub/water-wave
- Owner: mohsinaliayub
- Created: 2023-10-11T10:53:45.000Z (over 1 year ago)
- Default Branch: water-wave
- Last Pushed: 2023-10-11T11:37:38.000Z (over 1 year ago)
- Last Synced: 2024-11-19T17:57:12.569Z (2 months ago)
- Language: Swift
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Water Wave
Water drop wave form effect using SwiftUI. I used a combination of GeometryReader, custom shape, explicit animation and image masking to achieve this.# Progress
The progress history of tasks being performed for the application:
- [x] Create a water drop using GeometryReader.
- [x] Add custom shape to create wave effect.
- [X] Increase the height of wave programmatically.
- [ ] Make water wave a reusable component.# Screenshots