Skip to content

Commit

Permalink
Improve animations
Browse files Browse the repository at this point in the history
  • Loading branch information
thealpa committed Aug 6, 2022
1 parent f3f0d27 commit 3afd1cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions CVAG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = CVAG/CVAG.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 39;
DEVELOPMENT_ASSET_PATHS = "\"CVAG/Preview Content\"";
DEVELOPMENT_TEAM = B7HSFEB698;
ENABLE_PREVIEWS = YES;
Expand All @@ -389,7 +389,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.janhuelsmann.CVAG;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand All @@ -406,7 +406,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = CVAG/CVAG.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 37;
CURRENT_PROJECT_VERSION = 39;
DEVELOPMENT_ASSET_PATHS = "\"CVAG/Preview Content\"";
DEVELOPMENT_TEAM = B7HSFEB698;
ENABLE_PREVIEWS = YES;
Expand All @@ -421,7 +421,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.janhuelsmann.CVAG;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -459,7 +459,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/thealpa/swiftui-drawer";
requirement = {
branch = master;
branch = "smooth-drag";
kind = branch;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/thealpa/swiftui-drawer",
"state" : {
"branch" : "master",
"revision" : "fa1c439ddff2a402f20178f1ac2c9d9426c1d125"
"branch" : "smooth-drag",
"revision" : "b0a0f33676a75b942aabd889e09972bfcb6d51a2"
}
},
{
Expand Down
1 change: 0 additions & 1 deletion CVAG/Views/DrawerView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ struct DrawerView: View {
.frame(maxWidth: .infinity, alignment: .leading)
.font(.system(size: 32, weight: .semibold, design: .default))
.lineLimit(1)
.animation(Animation.linear(duration: 0.1), value: selectedStop)

Spacer()

Expand Down

0 comments on commit 3afd1cc

Please sign in to comment.