MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
Add ClosingEffects to TransitionalContent
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 16.3k
- Forks
- 3.5k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
ClosingEffects would operate similar to OpeningEffects but only occurr when Visibility is Hidden or Collapsed or when control is unloaded.
This would also require some more values added to TransitionEffectKind, like SlideOutToBottom etc. The inverse of current TransitionEffectKind
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading TransitionalContent, its existing OpeningEffects behavior, and TransitionEffectKind. Define the closing-effect behavior for Hidden, Collapsed, and unloaded controls, then add the inverse effect kinds such as SlideOutToBottom; done means those transitions work consistently in each stated condition.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- design, desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100