-
React-snowstorm是一个为React设计的Snow Effect组件
资源介绍
暴风雪
React的Snow Effect组件。 在引擎盖下使用。
现场演示: :
入门
安装
$ npm install --save react-snowstorm
用法
import React , { Component } from 'react' ;
import SnowStorm from 'react-snowstorm' ;
class MyComponent extends Component {
render ( ) {
return (
< div>
< SnowStorm>
< / div >
)
}
}
可用选项(道具)
animationInterval =(默认值= 33)理论上的“每帧毫秒”的测量值。 20 =快速+流畅,但CPU使用率很高。 50 =更保守,但更慢
excludeMobile =(默认=