UNPKG

@netdata/charts

Version:

Netdata frontend SDK and chart utilities

4 lines 219 B
import { css, keyframes } from "styled-components"; var frames = keyframes(["from{opacity:0.4;}to{opacity:1;}"]); var textAnimation = css(["animation:", " 1.6s ease-in infinite;"], frames); export default textAnimation;