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
Private _iconBell As New PackIcon With {.Kind = PackIconKind.Bell}
Private Sub btnEnter_Click(sender As Object, e As RoutedEventArgs) Handles btnEnter.Click
badgeJoin.Visibility = Visibility.Visible
badgeJoin.Badge = _iconBell
End Sub
And I want it to have an animation when it is closed as well as when it is opened. Is this possible? Of course, I must say that the closing must be done by myself.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi guys'
I have a badge in my project that is displayed with animation when a button is clicked. I have done this with visibility.
And cod behind:
And I want it to have an animation when it is closed as well as when it is opened. Is this possible? Of course, I must say that the closing must be done by myself.
Beta Was this translation helpful? Give feedback.
All reactions