1.1.4 • Published 2 years ago

react-sequential-image-loader v1.1.4

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

react-sequential-image-loader

A component to animate sequential images

Author Info

Name: Qinjun(Helen) Sui

Updated: 03/11/2022

Github Link

Components

props | props | signature | required | default value | description | | --- | --- | --- | --- | --- | | images | array | yes | null | array contains images' srouces | | interval | number | no | 50 | render frequency in milisecond | | turn | boolean | no | true | true: two-way displaying / false: one-way displaying|

Example

import Animator from 'react-sequential-image-loader';
import image0 from '..';  //image location
import image1 from '..';  //image location
...
const imageSrcs = [image0, image1, ...];
<Animator images={imageSrcs} interval={50} turn={true}>
1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago