buttron
Version:
A whole new way to button
40 lines (35 loc) • 503 B
text/stylus
.test
buttron({
style: false
width: 400px
anim:{
option:{
state: paused
shorthand:{
kool: 1s ease-in default 5s
}
}
timeline:{
'50':{
background: teal
}
}
}
})
buttron('.test', {
style: false
width: 400px
anim:{
option:{
state: paused
shorthand:{
kool: 1s ease-in default 5s
}
}
timeline:{
'50':{
background: teal
}
}
}
})