Maron Aquillo

Results 5 comments of Maron Aquillo

Setting the **transitionDuration** to 0 and add css animation on the items solves the append issue but it creates an error `Cannot read property 'removeChild' of null` when removing some...

@jelgblad useImagesLoaded is off. @AbhayVel It's weird but I managed to get rid of the error by setting `transitionDuration: '0.0000001s'`

@kedger Did you set it like this? This works on my end. `options: MasonryOptions = { transitionDuration: '0', gutter: 9, };`

You must set the picker type on creation. I added the type on the `` in `pickerView.xml`. I haven't tested this one on android but it works on iOS. ``