Open Vaberer opened 1 year ago
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
loopDuration
GIFAnimatable
public
animator?.loopDuration I'm getting an error 'loopDuration' is inaccessible due to 'internal' protection level
animator?.loopDuration
'loopDuration' is inaccessible due to 'internal' protection level
Is there any other way how to get a loop duration?
Thanks
Hello @kaishin do you have any ideas refarding the loopDuration? Thanks
Hello, I need to know what is the
loopDuration
for theGIFAnimatable
object. The issue is that loopDuration is missingpublic
so when I useanimator?.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