-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding saturation and a simpler way to add more effects #1021
Conversation
docs/animations/Saturation.md
Outdated
```xml | ||
|
||
<interactivity:Interaction.Behaviors> | ||
<behaviors:Blur x:Name="SaturationBehavior" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
blur?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good spot! updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just couple comment typos
public class Saturation : CompositionBehaviorBase | ||
{ | ||
/// <summary> | ||
/// The Blur value of the associated object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be Saturation in the comments?
/// Gets or sets the Blur. | ||
/// </summary> | ||
/// <value> | ||
/// The Blur. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
Correcting typos
updating the typos. Good spot. |
A simpler way to add effects. I've added saturation as an example and moved blur to follow too. It should also solve #919