当我输出到HTML5画布时,它会将动画转换为经典的tween,从一个点移动到另一个点。当我点击publish时,我从Adobe CC收到以下输出警告:
WARNINGS:
** 1 Bitmaps packed successfully into 1 spritesheet(s).
Frame numbers in EaselJS start at 0 instead of 1. For example, this affects gotoAndStop and gotoAndPlay calls. (4)
Feature not supported: Bevel, gradient glow, and gradient bevel filters.
Motion tweens are published as frame by frame animations. Use classic tweens where possible. (2)
由此,我了解到许多过滤器不受支持。有没有办法在HTML5画布中获得想要的效果?有我可以使用的JS库吗?