buttron
Version:
A whole new way to button
75 lines (71 loc) • 1.12 kB
text/stylus
.test
buttron({
style: false
width: 300px
trans:{
one: {
font-size: 1.2rem
}
two:{
background: green
color: yellow
shorthand:{
background: 2s
color: default ease-out
}
option:{
applyTo: span
}
}
three: {
letter-spacing: 5px
option:{
duration: 3s
}
}
four:{
border: 5px solid blue
option:{
applyTo: '~ .kool'
}
}
globalOption:{
duration: 1s
}
}
})
buttron('.test', {
style: false
width: 300px
transition:{
one: {
font-size: 1.2rem
}
two:{
background: green
color: yellow
shorthand:{
background: 2s
color: default ease-out
}
option:{
applyTo: span
}
}
three: {
letter-spacing: 5px
option:{
duration: 3s
}
}
four:{
border: 5px solid blue
option:{
applyTo: '~ .kool'
}
}
globalOption:{
duration: 1s
}
}
})