1.0.4 • Published 2 years ago

npm-test-bram v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

install package

import AnimatedImage from "npm-test-bram";

use component

<AnimatedImage
    image="./images/hero.jpg"
    alt="test image"
    width="100%"
    height="528px"
    loadingComplete={yourFunction}
    startAnimation={true}
    initialDelay="0"
    easeDuration=".3"
/>