0.1.2 • Published 2 years ago

vue-sky-ui v0.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

SKY_UI

一、calendar 日历

介绍:日历翻页动画组件

使用
<sky-animation-calendar>翻页日历</sky-animation-calendar>

Props
参数说明类型默认值
type翻页的类型stringnext
color主题颜色string#e1e1e1
opacity主题透明度number/string1
width简历宽度number100px
direction翻页的方向stringright-bottom / right-left / left-bottom / left-top
animation-duration动画持续时间string/number1s
transition-duration动画延迟时间string/number0.2s
animation-iteration-count动画执行次数string/number1
animation-timing-function动画速度曲线stringlinear
frames-num动画帧数(动画细腻程度)string/number1s

Slots 插槽
名称说明
default插入的内容

Events
事件名回调函数
before-startevent:Event
click-lastcurrentDate,nextDate
clicktype:当前翻页类型 next()是否开启翻页

版本
Alpha(α) v1.0
1. 增加动画属:animation-timing-function
2. direction 标识优化
3. 新增event Click事件(支持鼠标点击四个位置翻页)