Advertisement
Guest User

Fade Animation

a guest
Sep 18th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.54 KB | None | 0 0
  1. {
  2.   "Analytics Button": {
  3.     "keyframes": {
  4.       "opacity": [
  5.             {
  6.               "id": "71996a0c-329f-450a-9d37-a273088906ed",
  7.               "ms": 0,
  8.               "property": "opacity",
  9.               "value": 0,
  10.               "easing": "linear",
  11.               "easingCurve": [0.42, 0, 0.58, 1]
  12.             },
  13.             {
  14.               "id": "bc16d6db-3706-4394-8174-241d1110b391",
  15.               "ms": 500,
  16.               "property": "opacity",
  17.               "value": 1,
  18.               "easing": "linear",
  19.               "easingCurve": [0.42, 0, 0.58, 1]
  20.             }
  21.         ]
  22.     },
  23.     "version": "0.2.0",
  24.     "anchorPoint": "MIDDLECENTER"
  25.   },
  26.   "Group": {
  27.     "anchorPoint": "MIDDLECENTER",
  28.     "keyframes": {
  29.       "opacity": [
  30.             {
  31.               "id": "43e69c31-bf3d-4378-9342-20559038b513",
  32.               "ms": 0,
  33.               "property": "opacity",
  34.               "value": 0,
  35.               "easing": "linear",
  36.               "easingCurve": [0.42, 0, 0.58, 1]
  37.             },
  38.             {
  39.               "id": "de2c3f72-4f6b-441b-9064-f58e570d9ae6",
  40.               "ms": 500,
  41.               "property": "opacity",
  42.               "value": 1,
  43.               "easing": "linear",
  44.               "easingCurve": [
  45.                 0,
  46.                 0,
  47.                 1,
  48.                 1
  49.               ]
  50.             }
  51.         ]
  52.     }
  53.   },
  54.   "Customer Button": {
  55.     "anchorPoint": "MIDDLECENTER",
  56.     "keyframes": {
  57.       "opacity": [
  58.             {
  59.               "id": "ac8d0f30-cbcb-4da1-aad4-da5c838c1ffa",
  60.               "ms": 0,
  61.               "property": "opacity",
  62.               "value": 0,
  63.               "easing": "linear",
  64.               "easingCurve": [0.42, 0, 0.58, 1]
  65.             },
  66.             {
  67.               "id": "bbd505bb-5f40-4513-9da0-f82700b8161a",
  68.               "ms": 500,
  69.               "property": "opacity",
  70.               "value": 1,
  71.               "easing": "linear",
  72.               "easingCurve": [
  73.                 0,
  74.                 0,
  75.                 1,
  76.                 1
  77.               ]
  78.             }
  79.       ]
  80.     }
  81.   }
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement