Skip to content

Commit

Permalink
v slightly speed up anim
Browse files Browse the repository at this point in the history
  • Loading branch information
insanj committed Mar 12, 2021
1 parent aa8819a commit b521a07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions whilom.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.1.7;
MARKETING_VERSION = 0.1.8;
PRODUCT_BUNDLE_IDENTIFIER = com.insanj.whilom;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -307,7 +307,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.1.7;
MARKETING_VERSION = 0.1.8;
PRODUCT_BUNDLE_IDENTIFIER = com.insanj.whilom;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion whilom/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
}()

// MARK: - anim props
let animDuration: CFTimeInterval = 0.15
let animDuration: CFTimeInterval = 0.125
var imageHattieOff: NSImage?
var imageHattieOn1: NSImage?
var imageHattieOn2: NSImage?
Expand Down

0 comments on commit b521a07

Please sign in to comment.