Change cursor animation.
This commit is contained in:
parent
5653ca8088
commit
c25d514787
@ -4,6 +4,10 @@ return {
|
|||||||
config = function()
|
config = function()
|
||||||
local animate = require('mini.animate')
|
local animate = require('mini.animate')
|
||||||
animate.setup({
|
animate.setup({
|
||||||
|
cursor = {
|
||||||
|
timing = animate.gen_timing.exponential({ duration = 250, unit = 'total' }),
|
||||||
|
path = animate.gen_path.angle(),
|
||||||
|
},
|
||||||
scroll = {
|
scroll = {
|
||||||
timing = animate.gen_timing.linear({ duration = 100, unit = 'total' }),
|
timing = animate.gen_timing.linear({ duration = 100, unit = 'total' }),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user