margin |
String |
uk-grid-margin |
This class is added to items that break into the next row, typically to create margin to the previous row. |
first-column |
String |
uk-first-column |
This class is added to the first element in each row. |
masonry |
Boolean, String |
false |
Enables masonry layout for this grid (pack, next). |
parallax |
Number |
0 |
Parallax translation value. The value can be in vh, % and px. Falsy disables the parallax effect (default). |
parallax-start |
Length |
0 |
Start offset. The value can be in vh, % and px. It supports basic mathematics operands + and -. The default value of `0` means that the grid's top border and viewport's bottom border intersect. |
parallax-end |
Length |
0 |
End offset. The value can be in vh, % and px. It supports basic mathematics operands + and -. The default value of `0` means that the grid's bottom border and the viewport's top border intersect. |
parallax-justify |
Boolean |
false |
With parallax enabled, all columns will reach the bottom at the same time. |