最近在业务开发中遇到一个问题,需要实现撒花或者下雨的效果,所以结合了keyframes和animation实现了撒花效果,封装了一下,copy代码,开箱即用
js封装
1 | class AnimationItems { |
使用
1 | const animation = new AnimationItems(); |
效果
最近在业务开发中遇到一个问题,需要实现撒花或者下雨的效果,所以结合了keyframes和animation实现了撒花效果,封装了一下,copy代码,开箱即用
js封装
1 | class AnimationItems { |
使用
1 | const animation = new AnimationItems(); |
效果