添加表达式以在扩展脚本中生效

问题描述

我正在尝试向文本添加淡入淡出字符效果并向其添加动画表达式,它正在添加但动画不起作用

var selectedLayer = app.project.activeItem.selectedLayers;

selectedLayer[0].Text.Animators.addProperty("ADBE Text Animator");
selectedLayer[0].Text.Animators.property("ADBE Text Animator").property("ADBE Text Selectors").addProperty("ADBE Text Selector");
selectedLayer[0].Text.Animators.property("ADBE Text Animator").property("ADBE Text Selectors").property("ADBE Text Selector").property("ADBE Text Percent Start").expression = "easeIn(time,inPoint,inPoint +0.5,100) - eaSEOut(time,outPoint - 0.5,outPoint,100)"

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)