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 }
文件列表
react-embedded-animations-master.zip
(预估有个33文件)
react-embedded-animations-master
.eslintrc
603B
src
.eslintrc
36B
styles.module.css
154B
index.test.js
151B
components
Animated.js
1KB
index.js
38B
helpers
暂无评论