Skip to content

Commit

Permalink
Merge pull request #12 from SimformSolutionsPvtLtd/feature/UNT-T26889…
Browse files Browse the repository at this point in the history
…-Water_effect_animation

Update: Readme (Water Effect animation added)
  • Loading branch information
bhargavbajani-simformsolutions authored Aug 12, 2024
2 parents f2d8c97 + b2ad93a commit 85efa9c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ SwiftUI animation library to bring your app to life. ✨

[**Code Link**](SSSwiftUIAnimations/Sources/ArrowLeftRightAnimation)

### Water Effect ProgressView 🌊
![LRArrowView](SSSwiftUIAnimations/GIFs/WaterProgressView.gif)

[**Code Link**](SSSwiftUIAnimations/Sources/WaterProgressAnimation)

## Found these animations useful? :heart:

Support it by joining [stargazers] :star: for this repository.
Expand Down
4 changes: 4 additions & 0 deletions SSSwiftUIAnimations.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
B1EA09DE2C11A6B70024BC28 /* Banner.png in Resources */ = {isa = PBXBuildFile; fileRef = B1EA09DD2C11A6B70024BC28 /* Banner.png */; };
B1FE861E2BFF6BC000FB111C /* ViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */; };
B717EC9D2C45488100555F90 /* CheckmarkView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B717EC9C2C45488100555F90 /* CheckmarkView.swift */; };
B741A1442C4A6D610083399B /* WaterProgressView.gif in Resources */ = {isa = PBXBuildFile; fileRef = B741A1432C4A6D610083399B /* WaterProgressView.gif */; };
B741D9A62C46448200ABFCB4 /* WaterProgressTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B741D9A52C46448200ABFCB4 /* WaterProgressTextView.swift */; };
B780A9182C3D063500342512 /* WaterProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B780A9172C3D063500342512 /* WaterProgressView.swift */; };
B780A91A2C3D0BCB00342512 /* WaterProgressViewStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B780A9192C3D0BCB00342512 /* WaterProgressViewStyle.swift */; };
Expand Down Expand Up @@ -70,6 +71,7 @@
B1EA09DD2C11A6B70024BC28 /* Banner.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Banner.png; sourceTree = "<group>"; };
B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewExtension.swift; sourceTree = "<group>"; };
B717EC9C2C45488100555F90 /* CheckmarkView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckmarkView.swift; sourceTree = "<group>"; };
B741A1432C4A6D610083399B /* WaterProgressView.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = WaterProgressView.gif; sourceTree = "<group>"; };
B741D9A52C46448200ABFCB4 /* WaterProgressTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterProgressTextView.swift; sourceTree = "<group>"; };
B780A9172C3D063500342512 /* WaterProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterProgressView.swift; sourceTree = "<group>"; };
B780A9192C3D0BCB00342512 /* WaterProgressViewStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaterProgressViewStyle.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -145,6 +147,7 @@
isa = PBXGroup;
children = (
B1343F712C060680009ACE90 /* ProgressView.gif */,
B741A1432C4A6D610083399B /* WaterProgressView.gif */,
B1343F732C060686009ACE90 /* LRArrowView.gif */,
);
path = GIFs;
Expand Down Expand Up @@ -277,6 +280,7 @@
buildActionMask = 2147483647;
files = (
2BC2D8FA28CF3A7000CAB302 /* Preview Assets.xcassets in Resources */,
B741A1442C4A6D610083399B /* WaterProgressView.gif in Resources */,
B1343F722C060680009ACE90 /* ProgressView.gif in Resources */,
B1EA09DE2C11A6B70024BC28 /* Banner.png in Resources */,
2BC2D8F728CF3A7000CAB302 /* Assets.xcassets in Resources */,
Expand Down
Binary file added SSSwiftUIAnimations/GIFs/WaterProgressView.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 85efa9c

Please sign in to comment.