File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1111 < ion-list no-lines >
1212 < ion-item-divider color ="light "> Animation Background Color</ ion-item-divider >
1313 < ion-item >
14- < button ion-button (click) ="changeColor() "> Test</ button >
14+ < ion-row >
15+ < button ion-button (click) ="changeColor() "> Test</ button >
16+ </ ion-row >
1517 </ ion-item >
1618 < ion-item-divider color ="light "> Animation Resize Button</ ion-item-divider >
1719 < ion-item >
18- < button ion-button (click) ="resizeButton() " [@resize] ='resize '> Test</ button >
20+ < ion-row >
21+ < button ion-button (click) ="resizeButton() " [@resize] ='resize '> Test</ button >
22+ </ ion-row >
1923 </ ion-item >
2024 < ion-item-divider color ="light "> Animation Shake Mobile Icon</ ion-item-divider >
2125 < ion-item >
2226 < button ion-button (click) ="shakeIcon() "> Test</ button >
23- < img src ="assets/img/mobile.png " [@shake] ='shake '>
27+ < ion-badge item-end > < img src ="assets/img/mobile.png " [@shake] ='shake '> </ ion-badge >
2428 </ ion-item >
2529 < ion-item-divider color ="light "> Animation Flicker Icon</ ion-item-divider >
2630 < ion-item >
2731 < button ion-button (click) ="flickerIcon() "> Test</ button >
28- < img src ="assets/img/eye.png " [@flicker] ='flicker '>
32+ < ion-badge item-end > < img src ="assets/img/eye.png " [@flicker] ='flicker '> </ ion-badge >
2933 </ ion-item >
3034 </ ion-list >
3135
You can’t perform that action at this time.
0 commit comments