Description
As a user, I want the ability to use multiple linked styles at a time so that styles can be more modular.
For example, I want to define a Drop Shadow style and a Background Blur style. In some cases I want to use them separately, some objects only have a drop shadow while others only have a background blur. In some cases I want to use them together, some objects have both a drop shadow and background blur.
Currently, I can create a single style that contains a drop shadow and a background blur; however, I cannot create two separate styles and use them together.
I can define as many static properties under Effects as I want.
However, I can only use a single Style under Effects.
That Style may include as many properties as I want; however, I want to be able to separate these properties into their own styles.
Currently, I would have to create three styles:
- Drop Shadow Style
- Background Blur Style
- Drop Shadow & Background Blur Style
Whenever I update the Drop Shadow style I would also have to update the Drop Shadow & Background Blur Style to ensure the drop shadow effect is the same value.
Instead, I want to be able to use the two separate styles (Drop Shadow and Background Blur) together or individually when I choose.