mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use generics for the filter property
This introduces an additional shadow type for drop-shadow().
This commit is contained in:
parent
e41b7d06b4
commit
6f4061d4ad
21 changed files with 822 additions and 496 deletions
11
components/style/values/animated/mod.rs
Normal file
11
components/style/values/animated/mod.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
//! Animated values.
|
||||
//!
|
||||
//! Some values, notably colors, cannot be interpolated directly with their
|
||||
//! computed values and need yet another intermediate representation. This
|
||||
//! module's raison d'être is to ultimately contain all these types.
|
||||
|
||||
pub mod effects;
|
Loading…
Add table
Add a link
Reference in a new issue