Created
January 28, 2021 08:41
-
-
Save salmanyaqoob/c0767adabf04755701b8423da24466b4 to your computer and use it in GitHub Desktop.
Animator Screen UI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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