mofron-effect-blur
v0.3.0
Published
blur effect for mofron
Downloads
24
Readme
mofron-effect-blur
mofron is module based frontend framework.
blur effect for mofron
this effect makes the component to blurring.
Install
npm install mofron mofron-effect-blur
Sample
<setting>
<tag load="mofron-comp-text">Text</tag>
<tag load="mofron-effect-blur">Blur</tag>
</setting>
<Text effect=Blur("0.01rem")>Blur Effect</Text>
Parameter
| ShortForm | Parameter Name | Type | Description | |:-------------:|:---------------|:-----|:------------| | ◯ | value | string | blur size (css value) |