React library to use animations on embedded experiences where the use of !important in the CSS is required.
On most case this library shouldn't be used, used only if:
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} duration={500} delay={0} easing='ease-in-out' > <div className='embedded-landing-start-logo' /> </Animated> ) } }
MIT © faridsaud
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4