Fix order set at runtime, polish unit test app example.

Add alignSelf nad flexWrapBefore in the flexbox examples

Some test fail with quite close calculations. Use eps.

Fix flex grow making last items with flexGrow 0 to shrink due to rounding, happy tslint
This commit is contained in:
Panayot Cankov
2016-10-21 16:11:38 +03:00
parent 3c4199199e
commit ae02bbdff3
7 changed files with 229 additions and 287 deletions

View File

@ -1,11 +1,3 @@
@keyframes select {
0%, 100% {
transform: scale(1, 1);
}
50% {
transform: scale(1.4, 1.4);
}
}
#container>Label {
border-width: 1;
border-color: black;
@ -13,16 +5,18 @@
}
#container>Label[selected="yes"] {
border-color: yellow;
/* animation-name: select;
animation-duration: 0.2s;
animation-fill-mode: forwards;
animation-iteration-count: 1;*/
}
.control {
font-size: 11;
}
.control FlexboxLayout {
border-width: 0 0 1 1;
border-color: gray;
}
.control Button {
padding: 2;
margin: 2;
border-width: 1 1 0 0;
border-color: gray;
padding: 0;
height: 0;
}