From 3a23e795acfe00401283e991af52d1f11a51ffbb Mon Sep 17 00:00:00 2001 From: August Skare Date: Wed, 7 Nov 2018 09:48:10 +0100 Subject: new hero animation using bodymovin and lottie --- .../dev-tools-pages/ts/components/Animations/Cov/index.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/dev-tools-pages/ts/components/Animations/Cov/index.tsx (limited to 'packages/dev-tools-pages/ts/components/Animations/Cov/index.tsx') diff --git a/packages/dev-tools-pages/ts/components/Animations/Cov/index.tsx b/packages/dev-tools-pages/ts/components/Animations/Cov/index.tsx new file mode 100644 index 000000000..c14c64ab9 --- /dev/null +++ b/packages/dev-tools-pages/ts/components/Animations/Cov/index.tsx @@ -0,0 +1,10 @@ +import * as React from 'react'; + +import Animation from '../index'; +import * as animationData from './data.json'; + +function AnimationCov() { + return ; +} + +export default AnimationCov; -- cgit v1.2.3