react embedded animations:React库可在嵌入式体验中使用动画其中需要在CSS中使用!important 源码
嵌入动画 React库可以在嵌入式体验上使用动画,而CSS中需要使用!important。 什么时候使用 在大多数情况下,不应使用该库,仅在以下情况下使用: 如果需要在动画CSS上使用!important 安装 npm install --save react-embedded-animations 用法 import React , { Component } from 'react' import { Animated , TRANSITIONS } from 'react-embedded-animations' class Example extends Component { render ( ) { return ( < Animated animation = { TRANSITIONS . OPACITY_IN }
用户评论