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

[web-animations][css-grid][css-flexbox][css-multicol] Animating layout-parameter integers #3147

Closed
fantasai opened this issue Sep 25, 2018 · 3 comments
Labels
Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. web-animations-1

Comments

@fantasai
Copy link
Collaborator

fantasai commented Sep 25, 2018

There's a couple places where we have integers which, if altered, have pretty major impact on layout. Should these animate as integers or discretely (as if they were incompatible keywords)?

  • order property
  • grid-area and its longhands
  • column-span
  • initial-letters drop value [maybe this one is not so bad]
@fantasai fantasai changed the title [web-animations][css-grid][css-flexbox] Animating layout-parameter integers [web-animations][css-grid][css-flexbox][css-multicol] Animating layout-parameter integers Sep 25, 2018
@tabatkins
Copy link
Member

As integers, all of them. If you want a discrete animation, steps() exists for a reason.

@fantasai
Copy link
Collaborator Author

fantasai commented Oct 5, 2018

@tabatkins I think some of these can, depending on the implementation, impact the box tree structure. I'm not convinced that kind of teardown is something we want to require supporting in an animation, so it's possible some of these might need to be "not animatable" actually. In which case we should probably look at 'float' and 'position' as well....

@fantasai
Copy link
Collaborator Author

fantasai commented Oct 5, 2018

@fantasai fantasai closed this as completed Oct 5, 2018
@fantasai fantasai added Closed Accepted by Editor Discretion Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. and removed Needs Feedback/Review css-animations-1 Current Work css-flexbox-1 Current Work css-grid-1 css-multicol-1 Current Work css-transitions-1 Current Work labels Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Commenter Satisfied Commenter has indicated satisfaction with the resolution / edits. web-animations-1
Projects
None yet
Development

No branches or pull requests

2 participants