Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func Resize[T giu.Widget](
This will resize `w`.

It is the first animation that requires a [Type Parameter](https://go.dev/tour/generics/1).
It is because first of arguments - a widget `w` needs to implement one extra method -
It is because first of arguments - a widget `w` needs to implement one extra method -
the `Size(w, h float32)`.

Second argument is a list of sizes to apply as Key Frames.
Expand Down