Hello, I need to know what is the loopDuration for the GIFAnimatable object.
The issue is that loopDuration is missing public so when I use
animator?.loopDuration I'm getting an error 'loopDuration' is inaccessible due to 'internal' protection level
Is there any other way how to get a loop duration?
Thanks