How to apply multiple effect on same element

后端 未结 3 1979
终归单人心
终归单人心 2021-01-11 16:04

How can i set mulitple effect like(shadow and blur) on same element.

3条回答
  •  情话喂你
    2021-01-11 16:59

    I think there is no need to combine effects here.

    One of these effect will help you for simulating other effects like in case of DropShadow Effect, You could use BlurRadius for Blur Effect and ShadowDepth for shadow..

    By using appropriate values you could simulate combination effects...

提交回复
热议问题