the card-tile directive shows a tile with an image and some text.
The problem is that when the view is first initialized slick carousel shows the tiles in an initial location and then re-arranged. In IE the process my take few seconds which is visually unpleasing. As expected it's better on Chrome but the re-position is process is still visible.
I've tried using init-onload=true but then slick does not space out the tiles but rather bunches them together on the left.
I'm using angular-slick 0.1.18 as the in the latest 0.2.1, ng-click on tiles seems to work intermittently on the latest version.
Any idea on how circumvent this and initially show the fully laid out carousel?
Hi,
I'm using the this pretty awesome slick component with the responsive configuration as follows:
The slick is defined as follows:
the card-tile directive shows a tile with an image and some text. The problem is that when the view is first initialized slick carousel shows the tiles in an initial location and then re-arranged. In IE the process my take few seconds which is visually unpleasing. As expected it's better on Chrome but the re-position is process is still visible. I've tried using init-onload=true but then slick does not space out the tiles but rather bunches them together on the left. I'm using angular-slick 0.1.18 as the in the latest 0.2.1, ng-click on tiles seems to work intermittently on the latest version.
Any idea on how circumvent this and initially show the fully laid out carousel?
Thanks