Skip to content

Instantly share code, notes, and snippets.

@salmanyaqoob
Created January 28, 2021 08:41
Show Gist options
  • Select an option

  • Save salmanyaqoob/c0767adabf04755701b8423da24466b4 to your computer and use it in GitHub Desktop.

Select an option

Save salmanyaqoob/c0767adabf04755701b8423da24466b4 to your computer and use it in GitHub Desktop.
Animator Screen UI
<stack class="stack">
<image src='/common/background.png' class="background"></image>
<div class="container">
<image-animator class="image-player" ref="animator" images="{{images}}" duration="1s"
onclick="handleClick"></image-animator>
<input class="backBtn" type="button" value="Back" onclick="backAction"></input>
</div>
</stack>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment