Sha256: ccc56a1fa6e270390c12f40e50acff78cc2841a8a86aa08bce7b2766a870f7cd

Contents?: true

Size: 950 Bytes

Versions: 4

Compression:

Stored size: 950 Bytes

Contents

{
  "type": "scaffold",
  "args": {
    "appBar": {
      "type": "app_bar",
      "args": {
        "title": {
          "type": "text",
          "args": {
            "text": "AnimatedOpacity"
          }
        }
      }
    },
    "body": {
      "type": "set_value",
      "args": {
        "customOpacity": 1
      },
      "child": {
        "type": "animated_opacity",
        "args": {
          "curve": "${slow_middle_curve}",
          "duration": 1000,
          "opacity": "${customOpacity}"
        },
        "child": {
          "type": "container",
          "args": {
            "color": "#FF0000"
          }
        }
      }
    },
    "floatingActionButton": {
      "type": "elevated_button",
      "id": "press_me_button",
      "args": {
        "onPressed": "${set_value('customOpacity', 0)}"
      },
      "child": {
        "type": "text",
        "args": {
          "text": "Press Me!"
        }
      }
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
json_flit-0.0.6 demo/app/assets/pages/animated_opacity.json
json_flit-0.0.5 demo/app/assets/pages/animated_opacity.json
json_flit-0.0.4 demo/app/assets/pages/animated_opacity.json
json_flit-0.0.3 demo/app/assets/pages/animated_opacity.json