mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Rename the Interpolate trait to Animatable
This commit is contained in:
parent
e029a42653
commit
4d25e87ac6
11 changed files with 89 additions and 88 deletions
|
@ -3,7 +3,7 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use cssparser::{Color, RGBA};
|
||||
use style::properties::animated_properties::Interpolate;
|
||||
use style::properties::animated_properties::Animatable;
|
||||
|
||||
#[test]
|
||||
fn test_rgba_color_interepolation_preserves_transparent() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue