We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
除了一直以来都是JavaScript来处理动画。基本都是通过改变CSS的位置特性来实现动画效果。
对于大部分上AB站的同学们,知道AB站点的弹幕是使用了视频 flash 来实现的。没有使用到前端知识来处理。
flash
而且在gihub上会看到ABPlayerHTML5,一个可扩展的弹幕播放器的HTML5实现。
还有个库CommentCoreLibrary,JS弹幕模块核心,提供从基本骨架到高级弹幕的支持。
而现在很多关于动画除了CSS3.0动画之外就是借用了canvas 这个壳来处理动画效果。 很多市面上的库和插件,比如three.js....
canvas
The text was updated successfully, but these errors were encountered:
No branches or pull requests
前言
除了一直以来都是JavaScript来处理动画。基本都是通过改变CSS的位置特性来实现动画效果。
对于大部分上AB站的同学们,知道AB站点的弹幕是使用了视频
flash
来实现的。没有使用到前端知识来处理。而且在gihub上会看到ABPlayerHTML5,一个可扩展的弹幕播放器的HTML5实现。
还有个库CommentCoreLibrary,JS弹幕模块核心,提供从基本骨架到高级弹幕的支持。
而现在很多关于动画除了CSS3.0动画之外就是借用了
canvas
这个壳来处理动画效果。很多市面上的库和插件,比如three.js....
CSS 3.0 的出现
transition 与 animation
动画事件
动画性能问题
3D动画
The text was updated successfully, but these errors were encountered: