mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Simplified usages in UIX project
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Microsoft.Iris.Animations
|
||||
{
|
||||
internal abstract class BaseMultiplyFloatKeyframe : BaseFloatKeyframe
|
||||
{
|
||||
public BaseMultiplyFloatKeyframe() => this.Value = 1f;
|
||||
public BaseMultiplyFloatKeyframe() => Value = 1f;
|
||||
|
||||
public override bool Multiply => true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user