react-typing-animation
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -7,4 +7,4 @@ 'use strict'; | ||
var _templateObject = _taggedTemplateLiteral(['\n from, to {\n opacity: 0;\n }\n 50% {\n opacity: 1;\n }\n'], ['\n from, to {\n opacity: 0;\n }\n 50% {\n opacity: 1;\n }\n']), | ||
_templateObject2 = _taggedTemplateLiteral(['\n font-weight: 100;\n color: black;\n font-size: 1em;\n padding-left: 2px;\n animation: ', ' .8s step-end infinite;\n'], ['\n font-weight: 100;\n color: black;\n font-size: 1em;\n padding-left: 2px;\n animation: ', ' .8s step-end infinite;\n']); | ||
var _templateObject = _taggedTemplateLiteral(['\n from, to {\n opacity: 1;\n }\n 50% {\n opacity: 0;\n }\n'], ['\n from, to {\n opacity: 1;\n }\n 50% {\n opacity: 0;\n }\n']), | ||
_templateObject2 = _taggedTemplateLiteral(['\n font-weight: 100;\n color: black;\n font-size: 1em;\n padding-left: 2px;\n animation: ', ' 1s step-end infinite;\n'], ['\n font-weight: 100;\n color: black;\n font-size: 1em;\n padding-left: 2px;\n animation: ', ' 1s step-end infinite;\n']); | ||
@@ -11,0 +11,0 @@ var _react = require('react'); |
{ | ||
"name": "react-typing-animation", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,6 +7,6 @@ import React from 'react'; | ||
from, to { | ||
opacity: 0; | ||
opacity: 1; | ||
} | ||
50% { | ||
opacity: 1; | ||
opacity: 0; | ||
} | ||
@@ -20,3 +20,3 @@ `; | ||
padding-left: 2px; | ||
animation: ${blink} .8s step-end infinite; | ||
animation: ${blink} 1s step-end infinite; | ||
`; | ||
@@ -23,0 +23,0 @@ |
40916