mofron-effect-style

0.2.0 • Public • Published

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

Short
Form
Parameter Name Type Description
style mixed string: style contents string
key-value: style contents
options key-value style option

Readme

Keywords

Package Sidebar

Install

npm i mofron-effect-style

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

6.08 kB

Total Files

5

Last publish

Collaborators

  • simparts