Advertisement
Guest User

klwp

a guest
Aug 13th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ##KUSTOMCLIP##
  2. {
  3. "clip_version": 1,
  4. "clip_cut": [],
  5. "clip_modules": [
  6. {
  7. "internal_type": "StackLayerModule",
  8. "config_stacking": "HORIZONTAL_CENTER",
  9. "viewgroup_items": [
  10. {
  11. "internal_type": "TextModule",
  12. "internal_title": "hour",
  13. "text_expression": "$df(h)$"
  14. },
  15. {
  16. "internal_type": "TextModule",
  17. "internal_title": "colon",
  18. "internal_toggles": {
  19. "paint_color": 10
  20. },
  21. "internal_formulas": {
  22. "paint_color": "$if((tu(seq,1/60,0,1))\u003d1,#FFFFFFFF,#00FFFFFF)$"
  23. },
  24. "text_expression": ":"
  25. },
  26. {
  27. "internal_type": "TextModule",
  28. "internal_title": "minute",
  29. "text_expression": "$df(mm)$"
  30. }
  31. ]
  32. }
  33. ]
  34. }
  35. ##KUSTOMCLIP##
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement