Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support allow-discrete #422

Open
konieckropka opened this issue Feb 3, 2025 · 0 comments
Open

Support allow-discrete #422

konieckropka opened this issue Feb 3, 2025 · 0 comments

Comments

@konieckropka
Copy link

VS Code doesn't suggest allowed properties in transition-behavior:

Expected:

  • show suggestion allow-discrete
  • show suggestion normal
  • show global values inherit, initial, revert, revert-layer, unset;

Current behavior:

Image

Also the whole line is not colored properly like other properties (in example white instead of blue):

Image

However when typing "transition-behavior" VS Code properly suggest that property:

Image

Proper suggestions should be as follow (allow-discrete or normal)

Image

Source: https://developer.mozilla.org/en-US/docs/Web/CSS/transition-behavior

Transition-behavior is Baseline 2024 so every major browser supports it.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant