Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valentinstoychev/1328ed9f845060ebb5bd10b232fb46ce to your computer and use it in GitHub Desktop.
Save valentinstoychev/1328ed9f845060ebb5bd10b232fb46ce to your computer and use it in GitHub Desktop.
Using KeyFrames in Nativescript
<Page xmlns:Keyframes="nativescript-keyframes">
<Keyframes:KeyframesView
class="keyframe"
width="200"
height="200"
source="keyframes/logo.json">
</Keyframes:KeyframesView>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment