new hero animation using bodymovin and lottie
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user