new hero animation using bodymovin and lottie

This commit is contained in:
August Skare
2018-11-07 09:48:10 +01:00
parent 2dfca078fd
commit 3a23e795ac
25 changed files with 261 additions and 46 deletions

View File

@@ -0,0 +1,10 @@
import * as React from 'react';
import Animation from '../index';
import * as animationData from './data.json';
function AnimationTrace() {
return <Animation animationData={animationData} width={2241} height={610} />;
}
export default AnimationTrace;