AccidentalFish.UIKit.FluentAnimate.AddActionWithPreviousDuration C# (CSharp) 메소드

AddActionWithPreviousDuration() 개인적인 메소드

private AddActionWithPreviousDuration ( System.Action action, UIViewAnimationOptions animationOptions ) : void
action System.Action
animationOptions UIViewAnimationOptions
리턴 void
        private void AddActionWithPreviousDuration(Action action, UIViewAnimationOptions animationOptions)
        {
            AddActionWithDuration(action, _actions.Last().Duration, animationOptions);
        }