Posted
honestly have no idea how to make em, anyone got any tutorials or somethin?
(also no idea what section to put this in so)
yes famous cracker of synapse, find it here: https://wearedevs.net/forum/t/13330
Replied
var Anim = new DoubleAnimation()
{
From = 0,
To = 1,
EasingFunction = new QuarticEase(),
Duration = TimeSpan.FromSeconds(1),
};
this.BeginAnimation(OpacityProperty, Anim);
Ez
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post