Implement configurable view opacity with fade effect
This commit is contained in:
committed by
Isaac Freund
parent
27b666dbba
commit
b67ea748a3
@ -250,6 +250,8 @@ fn commitTransaction(self: *Self) void {
|
||||
view.current = view.pending;
|
||||
|
||||
view.dropSavedBuffers();
|
||||
|
||||
view.commitOpacityTransition();
|
||||
}
|
||||
|
||||
if (view_tags_changed) output.sendViewTags();
|
||||
|
Reference in New Issue
Block a user