Skip to content

Instantly share code, notes, and snippets.

@dzolnai
Created November 27, 2019 15:00
Show Gist options
  • Save dzolnai/1e85cef65a54164fbee527db5cdaabe6 to your computer and use it in GitHub Desktop.
Save dzolnai/1e85cef65a54164fbee527db5cdaabe6 to your computer and use it in GitHub Desktop.
The journey of creating an electric meter style Tizen watchface
<head>
...
<link rel="stylesheet" href="lib/tau/wearable/theme/default/tau.css">
<link rel="stylesheet" media="all" href="lib/tau/wearable/theme/default/tau.circle.css">
</head>
<body> 
...
<script src="js/app.js"></script>
<script src="lib/tau/animation/tau.animation.min.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment