Skip to content

Commit

Permalink
Correct the shadow transition duration
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Jan 21, 2024
1 parent 448a70d commit 6b8ccc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace Material.Styles.Assists.Mixins;
/// Adds BoxShadows transitions for any control, which has enabled animations.
/// </summary>
public static class MaterialBorderBoxShadowMixin {
public static BoxShadowsTransition TargetTransition { get; set; } = new() { Property = Border.BoxShadowProperty, Duration = TimeSpan.FromMilliseconds(3500) };
public static BoxShadowsTransition TargetTransition { get; set; } = new() { Property = Border.BoxShadowProperty, Duration = TimeSpan.FromMilliseconds(350) };

/// <summary>
/// Initializes BoxShadows transitions for specified control.
Expand Down

0 comments on commit 6b8ccc6

Please sign in to comment.