You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class SimpleTransitionAnimationObject : TransitionAnimationObject
{...
//Solution
//Line 22
public override float Duration => _duration+ _delay;
}
The text was updated successfully, but these errors were encountered:
burakcatalok
changed the title
Bug: "Calculating Duration" : _delay is ignored when calculating Duration
Bug: "Calculating Duration" : "_delay" is ignored while calculating "Duration"
Jun 29, 2024
burakcatalok
changed the title
Bug: "Calculating Duration" : "_delay" is ignored while calculating "Duration"
Bug: (Calculating Duration) : "_delay" is ignored while calculating "Duration"
Jun 29, 2024
public class SimpleTransitionAnimationObject : TransitionAnimationObject
{...
//Solution
//Line 22
public override float Duration => _duration+ _delay;
}
The text was updated successfully, but these errors were encountered: