Posted
^^
dang 10 chars
Join my Discord Server: https://discord.gg/Rd8hYbR
Replied
DoubleAnimation animation = new DoubleAnimation();
animation.From = new double?(0);
animation.To = new double?(600) // type height here
animation.EasingFunction = new QuarticEase();
animation.Duration = TimeSpan.FromSeconds(2);
this.BeginAnimation(FrameworkElement.HeightProperty, animation); // u can just replace "this" (window) with the thing u want to animate
Cancel
Post
yes
Added
@53926 kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Cancel
Post
Added
@53926 so what
Cancel
Post
yes
Replied
idk you can probably teach yourself with google
Cancel
Post
Replied
@53926 imagine winforms ppft
Cancel
Post
Join my Discord Server: https://discord.gg/Rd8hYbR
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post