able-action-74275
10/27/2020, 7:57 PMbright-gpu-74537
10/27/2020, 7:58 PMbright-gpu-74537
10/27/2020, 7:58 PMbright-gpu-74537
10/27/2020, 7:58 PMbright-gpu-74537
10/27/2020, 7:59 PMbright-gpu-74537
10/27/2020, 7:59 PMable-action-74275
10/27/2020, 7:59 PMbright-gpu-74537
10/27/2020, 8:00 PMopenfl_hxcpp_lime for exampleable-action-74275
10/27/2020, 8:00 PMbright-gpu-74537
10/27/2020, 8:00 PMable-action-74275
10/27/2020, 8:00 PMbright-gpu-74537
10/27/2020, 8:01 PMbright-gpu-74537
10/28/2020, 7:56 AMbright-gpu-74537
10/28/2020, 7:56 AMbright-gpu-74537
10/28/2020, 7:57 AMcss
@keyframes animateButton {
0% { background-image: "img/test_1.png"; }
5% { background-image: "img/test_2.png"; }
10% { background-image: "img/test_1.png"; }
15% { background-image: "img/test_2.png"; }
20% { background-image: "img/test_1.png"; }
25% { background-image: "img/test_2.png"; }
30% { background-image: "img/test_1.png"; }
35% { background-image: "img/test_2.png"; }
40% { background-image: "img/test_1.png"; }
45% { background-image: "img/test_2.png"; }
50% { background-image: "img/test_1.png"; }
55% { background-image: "img/test_2.png"; }
60% { background-image: "img/test_1.png"; }
65% { background-image: "img/test_2.png"; }
70% { background-image: "img/test_1.png"; }
75% { background-image: "img/test_2.png"; }
80% { background-image: "img/test_1.png"; }
85% { background-image: "img/test_2.png"; }
90% { background-image: "img/test_1.png"; }
95% { background-image: "img/test_2.png"; }
100% { background-image: "img/test_1.png"; }
}
#anim1 {
background-color: #FF0000;
background-image: "img/test_1.png";
opacity: .7;
}
#anim1:hover {
opacity: 1;
background-color: #FF0000;
animation: animateButton 1s ease 0s infinite forward forwards;
}bright-gpu-74537
10/28/2020, 7:58 AMbright-gpu-74537
10/28/2020, 7:58 AMbright-gpu-74537
10/28/2020, 7:59 AMbright-gpu-74537
10/28/2020, 7:59 AMcss
@keyframes animateButton {
0% { background-image: "img/test_1.png"; }
100% { background-image: "img/test_55.png"; }
}bright-gpu-74537
10/28/2020, 8:05 AMbright-gpu-74537
10/28/2020, 8:06 AMcss
@keyframes animateButton {
0% { background-image: "img/test_${1}.png"; }
100% { background-image: "img/test_${55}.png"; }
}bright-gpu-74537
10/28/2020, 8:06 AMbright-gpu-74537
10/28/2020, 8:58 AMbright-gpu-74537
10/28/2020, 9:00 AMbright-gpu-74537
10/28/2020, 9:21 AMbright-gpu-74537
10/28/2020, 10:10 AMable-action-74275
10/28/2020, 1:20 PMhallowed-forest-58641
10/28/2020, 1:46 PMbright-gpu-74537
10/28/2020, 2:30 PMbright-gpu-74537
10/28/2020, 2:31 PMcss
#anim2 {
background-image: "img/image_0.png";
animation: animateButton2 1s linear 0s infinite forward forwards;
}