@netdata/charts
Version:
Netdata frontend SDK and chart utilities
10 lines (9 loc) • 397 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _styledComponents = require("styled-components");
var frames = (0, _styledComponents.keyframes)(["from{opacity:0.4;}to{opacity:1;}"]);
var textAnimation = (0, _styledComponents.css)(["animation:", " 1.6s ease-in infinite;"], frames);
var _default = exports["default"] = textAnimation;