buttron
Version:
A whole new way to button
46 lines (41 loc) • 553 B
text/stylus
.test
buttron({
style: false
anim:{
one:{
name: 'tlOne'
timeline:{
'50':{
background: green
}
}
}
tlTwo: {
timeline:{
'50':{
color: green
}
}
}
}
})
buttron('.test', {
style: false
anim:{
one:{
name: 'tlOne'
timeline:{
'50':{
background: green
}
}
}
tlTwo: {
timeline:{
'50':{
color: green
}
}
}
}
})