Pascal Blessing
Pascal Blessing
You can set `rn-carousel-easing` to change the easing function. By doing so you could set it to a linear function and set `rn-carousel-duration` and `rn-carousel-auto-slide` to an equal duration to...
Could you set up a fiddle for this?
Cool, didn't know about that method yet. However if I understood it correctly this only configures the value returned from `.determinePreferredLanguage()`, right? Furthermore, I think the problem I have described...
Okay, I've just quickly put together a plnkr (https://plnkr.co/edit/uCxtKi?p=preview) demonstrating the problem (note that I've just put together this language setup scenario). Just click on `English (en-US)` and then `English...
Odd, apparently my JS changes didn't save properly. Also you are right about updating (I just took some random template I could find), however the issue also applies to the...
I did realize that, still I expect it to be rather common to register the languages on their language tag and since any situations where the registered language matches the...
I just realized that this is not as easy as first expected. > This would ensure not the requested but the actual used locale. This is actually not the case...
Is there any working workaround for this issue? (The workaround from @moll does not work in my case, the one from @noordawod does, however while the short flicker is still...
It seems that this issue (at least in some cases) does not occur when removing ``` html, body { width: 100%; height: 100%; } ``` from the CSS. This is...
That is because you cannot two-way bind on the loop-scoped variable (angular throws an arrow). The solution is to bind on object properties but it should state so in the...