mofron-effect-size
v0.2.2
Published
size effect for mofron
Downloads
23
Readme
mofron-effect-size
mofron is module based frontend framework.
size effect for mofron
Attention
- speed parameter is invalid if the width or height specify null
Install
npm install mofron mofron-effect-size
Sample
<require>
<tag load="mofron-comp-frame">Frame</tag>
<tag load="mofron-effect-size">Size</tag>
</require>
<Frame>
<effect>
<Size speed=1000 delay=1000>(2rem,2rem)</Size>
</effect>
</Frame>
Parameter
| ShortForm | Parameter Name | Type | Description | |:-------------:|:---------------|:-----|:------------| | ◯ | width | string (size) | width | | ◯ | height | string (size) | height |