Skip to content

Broken Animations #8

Description

@nnra6864

I can't provide a video because obs is currently broken.
Basically, as soon as I enable this plugin, certain animations break.
Easiest one to spot would be a window moving away when opening a new window next to it.
I am using these settings:

plugin {
    hyprfocus {
    enabled = yes
    animate_floating = yes
    animate_workspacechange = yes
    focus_animation = shrink
    bezier = realsmooth, 0.28,0.29,.69,1.08
    shrink {
        shrink_percentage = 0.9975
        in_bezier = realsmooth
        in_speed = 1
        out_bezier = realsmooth
        out_speed = 2
    }
}
animations {
    enabled = true
    bezier = myBezier, 0.05, 0.9, 0.1, 1.05
	bezier = linear, 0.0, 0.0, 1.0, 1.0	
	bezier = quad, 0.45, 0, 0.55, 1
	bezier = quadOut, 0.5, 1, 0.89, 1
	bezier = expo, 0.87, 0, 0.13, 1
	bezier = expoIn, 0.7, 0, 0.84, 0
	bezier = expoOut, 0.16, 1, 0.3, 1

    animation = windows, 1, 3, expoOut, slide
    animation = windowsOut, 1, 3, expoOut, slide
	animation = windowsMove, 1, 3, expoOut
    
	animation = layersIn, 1, 3, expoOut, fade
	animation = layersOut, 1, 3, expoOut, fade

	animation = fade, 1, 3, expoOut

    animation = border, 1, 3, quadOut
    animation = borderangle, 1, 30, linear, loop

    animation = workspaces, 1, 3, expoOut
	animation = specialWorkspace, 1, 3, expoOut, slidefadevert
}

The animation of the window getting away gets slowed down a considerable amount and it just feels really bad.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions