Skip to content

request: ease-out transition for TextEditorDecorationType (extension API) #8812

Open
@kindohm

Description

@kindohm

Would like to be able to apply a transition on a TextEditorDecorationType . Something like this:

var flashDecorationType = vscode.window.createTextEditorDecorationType({
  backgroundColor: 'rgba(100,200,100,0.5)',
  transition: 'backgroundColor 1s ease-out'
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    apifeature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions