ASS (Sub Station Alpha) v4.00+ 脚本学习备忘

a 对齐方式,相当于 css 的 align
  L  M  R
上 5  6  7
中 9  10 11
下 1  2  3

an 对齐,相当于 css 的 float
  L  M  R
上 7  8  9
中 4  5  6
下 1  2  3

t([<t1>, <t2>, ] [<accel>,] <style modifiers>)
accel 中 1 为线性加速;0 与 1 由快变慢;大于 1 由慢变快
可应用属性:c,1-4c,alpha,1-4a,fs,fr,fscx,fscy,fsp,bord,shad,clip

move(<x1>, <y1>, <x2>, <y2>[, <t1>, <t2>])

pos(<x>, <y>) 同等于 move(<x>, <y>, <x>, <y>, 0, 0)

fade(<a1>, <a2>, <a3>, <t1>, <t2>, <t3>, <t4>)
<a1> Alpha 起始值 <t1>
<a2> Alpha 峰值 <t2> and <t3>
<a3> Alpha 结束值 <t4>
<t1>, <t4> 开始结束时间偏移 [ms]
<t1> – <t2> Alpha value will be interpolated between <a1> and <a2>
<t2> – <t3> Alpha value will be set to <a2>
<t3> – <t4> Alpha value will be interpolated between <a2> and <a3>

fad(<t1>, <t2>)
fade 的简化版
<t1> the time length of fading in
<t2> the time length of fading out

其它常用属性
n 空格
N 硬回车
h 硬空格
b 粗体
i 斜体
u 下划线
s 删除线
bord 边框
be 柔化 0 关闭 1 开启
shad 阴影
fn 字型
fs 字号
fscx, fscy 宽高
fr = frz 旋转
r 初始化

c&Hex& 颜色
c = 1c
1c 主体颜色
2c 次要颜色
3c 边框颜色
4c 阴影颜色

alpha&Hex& 透明度
1a 主体透明度
2a 次要透明度
3a 边框透明度
4a 阴影透明度

原 doc 备份: 这里