0.2.0 • Published 3 years ago

mofron-effect-style v0.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

mofron-effect-style

mofron is module based frontend framework.

style effect for mofron

it is possible to set style that work with some event by using 'eid' parameter.

Install

npm install mofron mofron-effect-style

Sample

<require>
    <tag load="mofron-comp-text">Text</tag>
    <tag load="mofron-event-click">Click</tag>
    <tag load="mofron-effect-style">efStyle</tag>
</require>

<Text text="Style Effect">
    <effect>
        <efStyle eid=2>color:red;</efStyle>
    </effect>
    <event>
       <Click eid=2></Click>
    </event>
</Text>

Parameter

ShortFormParameter NameTypeDescription
stylemixedstring: style contents string
key-value: style contents
optionskey-valuestyle option