File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,13 @@ that uses the same imgui-go version as yours)
2020### Defining an animation
2121
2222At the moment, there are two implementations of animations:
23- - Transition - a smooth transition between two windows/sets of windows e.t.c.
23+ - [ Transition] ( #transition ) - a smooth transition between two windows/sets of windows e.t.c.
2424 ** NOTE** applying this animation to single widgets is not implemented yet and may
2525 not work as expected.
26- - on-hover color change - you can apply this animation to any ** single widget**
26+ - [ on-hover color change] ( #hover-color ) - you can apply this animation to any ** single widget**
2727 that ` imgui.IsItemHovered ` applies for.
2828 You can specify any style color you want.
29+ - [ Movement] ( #move ) - moves DrawCursor emulating moving an object (` giu.Widget ` ).
2930
3031Lets shortly discuss particular types of animations:
3132
@@ -44,7 +45,7 @@ alpha value is pushed to imgui style for both of them.
4445The argument to the poth renderers is a pointer to Animator.Start (see later)
4546so that you can call it to play the animation.
4647
47- #### hover color
48+ #### Hover color
4849
4950``` go
5051func HoverColor (
You can’t perform that action at this time.
0 commit comments