Checks
Version
4
Description
None of the transitions work on Firefox, this can be seen on https://splidejs.com/. I believe this is because the script applies an inline CSS of "transform" but I think it needs to also include these:
-webkit-transform:
-moz-transform:
-ms-transform:
-o-transform:
transform:
Reproduction Link
https://splidejs.com/
Steps to Reproduce
On firefox, try any of the demos on https://splidejs.com/
Expected Behaviour
They should transition.
Checks
Version
4
Description
None of the transitions work on Firefox, this can be seen on https://splidejs.com/. I believe this is because the script applies an inline CSS of "transform" but I think it needs to also include these:
-webkit-transform:
-moz-transform:
-ms-transform:
-o-transform:
transform:
Reproduction Link
https://splidejs.com/
Steps to Reproduce
On firefox, try any of the demos on https://splidejs.com/
Expected Behaviour
They should transition.