Note: The sub-properties you don't specify are set to their initial value, as normal for shorthands. Also, the gutter properties are NOT reset by this shorthand.
Constituent properties
This property is a shorthand for the following CSS properties:
grid-column-gap: the percentage as specified or the absolute length
grid-row-gap: the percentage as specified or the absolute length
column-gap: as specified, with <length>s made absolute, and normal computing to zero except on multi-column elements
row-gap: as specified, with <length>s made absolute, and normal computing to zero except on multi-column elements
Animation type
as each of the properties of the shorthand:
grid-template-rows: simple list of length, percentage, or calc, provided the only differences are in the values of the length, percentage, or calc components in the list
grid-template-columns: simple list of length, percentage, or calc, provided the only differences are in the values of the length, percentage, or calc components in the list