mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add FIXME for font-size animated value
This commit is contained in:
parent
ce7d82e9c4
commit
b238eae66c
2 changed files with 5 additions and 1 deletions
|
@ -76,6 +76,10 @@ impl ToCss for FontSize {
|
|||
}
|
||||
}
|
||||
|
||||
/// XXXManishearth it might be better to
|
||||
/// animate this as computed, however this complicates
|
||||
/// clamping and might not be the right thing to do.
|
||||
/// We should figure it out.
|
||||
impl ToAnimatedValue for FontSize {
|
||||
type AnimatedValue = NonNegativeLength;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue