我在jssor的标题样本中找到了t3和d3属性。这些属性是如何使用的?有哪些可能的值(即'B')。
是否有其他(未记录的)属性?
TNKS!
答案 0 :(得分:1)
属性' t'指定在',' t2'中播放的过渡是为了发挥'
' T3'是为了立即播出'。 '吨'和' t3'是在'中播放的时间轴,但是''是'玩'出现,' t3'是要发挥出来'消失。
属性' d'指定在时间轴中设置动画的时间延迟。 ' d'影响',' d3'影响' t3'。
d: a numeric value in milliseconds means delay of animation
du: a numeric value in milleseconds means duration of the animation
x: a numeric value in ratio means the caption will fly horizontal by distance of
parent container width
y: a numeric value in ratio means the caption will fly vertical by distance of
parent container width
z: a numeric value in ratio means the caption will zoom by
r: a numeric value means the caption will rotate by, 1 equas 360 degree.
f: a numeric value (from 0 to 1) means the caption will fade by.
b: a numeric value (in milliseconds) indicates an explicit begin time to start
animation. By default, captions play in one by one. But if a caption specified
with 'b' explicitly, it breaks the streamline.
Note: 'du', 'x', 'y', 'z', 'r' and 'f' can be percentage value, if a percentage value
is specified, the final behavior is a percent of original transition.
http://www.jssor.com/development/slider-with-caption-jquery.html