lottie.rml 452 B

1234567891011121314151617181920212223242526272829303132
  1. <rml>
  2. <head>
  3. <title>Demo</title>
  4. <link type="text/template" href="/assets/window.rml" />
  5. <style>
  6. body
  7. {
  8. width: 300dp;
  9. height: 225dp;
  10. margin: auto;
  11. }
  12. div#title_bar div#icon
  13. {
  14. display: none;
  15. }
  16. div#content
  17. {
  18. text-align: left;
  19. }
  20. lottie {
  21. width: 100%;
  22. max-height: 100%;
  23. }
  24. </style>
  25. </head>
  26. <body template="window">
  27. <lottie src="a_mountain.json"></lottie>
  28. </body>
  29. </rml>