Repository URL to install this package:
|
Version:
1.0.2 ▾
|
react-fluckity
/
imagesLoaded.ddd
|
|---|
// doesn't look like we use this plus is built into flickidy
// imagesLoaded() {
// if (!this.props.disableImagesLoaded && canUseDOM) {
// const imagesloaded = require('imagesloaded')
// imagesloaded(
// this.carousel,
// function(instance) {
// this.flkty.reloadCells()
// }.bind(this)
// )
// }
// }