0.1.1 • Published 2 years ago

mofron-effect-color v0.1.1

Weekly downloads
23
License
MIT
Repository
github
Last release
2 years ago

mofron-effect-color

mofron is module based frontend framework.

color effect for mofron

Install

npm install mofron mofron-effect-color

Sample

<require>
    <tag load="mofron-comp-frame">Frame</tag>
    <tag load="mofron-effect-color">Color</tag>
</require>

<Frame>
    <effect>
        <Color delay=1000 speed=1000>[255,230,230]</Color>
    </effect>
</Frame>

Parameter

ShortFormParameter NameTypeDescription
typestringcolor type 'main'/'base'/'accent'
colormixed(color)effect color