We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Hello @kaishin do you have any ideas refarding the loopDuration? Thanks
Sorry, something went wrong.
No branches or pull requests
Hello, I need to know what is the
loopDuration
for theGIFAnimatable
object.The issue is that loopDuration is missing
public
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
The text was updated successfully, but these errors were encountered: