options
name | value | default | description |
---|---|---|---|
callback | function |
null | If tab button is clicked, this callback will called. |
animation | string |
static | You can trun on/off animation to set this property, false mean static. |
children | string |
.sub-tab | If you use sub tab, you need to choose children's class name. |
animationTime | number |
300 | This option can set animation time. (ms) |
animationEasing | function |
easeInOutCubic | You can use jQuery animation easing. |