diff --git a/animate/keyframes/fadeOut.js b/animate/keyframes/fadeOut.js index 2091f57..aea0a2d 100644 --- a/animate/keyframes/fadeOut.js +++ b/animate/keyframes/fadeOut.js @@ -122,7 +122,7 @@ const keyframeFadeOutBottomLeft= { }, 'to': { opacity: '0', - transform: 'translate3d(-100%, 100%, 0' + transform: 'translate3d(-100%, 100%, 0)' }, }; diff --git a/package.json b/package.json index 7cfb598..fdcafe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tailwindcss-animatecss", - "version": "1.0.5", + "version": "1.0.6", "description": "Add Animate CSS as Tailwind CSS plugin to your project.", "main": "index.js", "repository": {