File size: 1,653 Bytes
3ae88af |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
{
"link": "https://movx.vercel.app/",
"topic": "video",
"framework": "react",
"1": {
"src": "0",
"dst": "1",
"action": "click the \"theme\" button",
"description": "after clicking the \"theme\" button, the theme color change from dark to light",
"tag type": [
"",
"button"
],
"visual type": [
"",
"switch",
"color"
]
},
"2": {
"src": "2",
"dst": "3",
"action": "click the \"left\" button",
"description": "after clicking the \"left\" button, change to introduction of another movie",
"tag type": [
"",
"button"
],
"visual type": [
"",
"switch"
]
},
"3": {
"src": "4",
"dst": "5",
"action": "click the \"Discover\" button",
"description": "after clicking the \"Discover\" button, a new component pop out, which contains 3 buttons, \"Popular\", \"Upcoming\" and \"Top Rated\".",
"tag type": [
"",
"button"
],
"visual type": [
"",
"switch",
"new component"
]
},
"4": {
"src": "6",
"dst": "7",
"action": "move the cursor to the \"like\" button",
"description": "a new text pop out, indicating that this movie would be add to favorite if clicking the \"like\" button.",
"tag type": [
"",
"button"
],
"visual type": [
"",
"new component"
]
}
} |