-
Notifications
You must be signed in to change notification settings - Fork 491
Open
Description
Steps to Reproduce the Problem
import ViewAnimatorlet moveFromLeftAnimation = AnimationType.from(direction: .left, offset: 50)swipeTextLabelOutlet.animate(animations: [moveFromLeftAnimation], initialAlpha: 0, finalAlpha: 1, delay: baseDelay + delayTwo, duration: duration)
results in
Cannot infer contextual base in reference to member 'left'
Type 'AnimationType' has no member 'from'
Possible choices are
Specifications
- Version: Xcode Version 12.0 (12A7209), iOS 14.0, iPhone 11 Pro, ViewAnimator v. 3.0.1
Metadata
Metadata
Assignees
Labels
No labels
