Anthony Ramine
|
7ee124b1ed
|
Derive the most trivial Animate impls
|
2017-08-22 19:12:47 +02:00 |
|
Anthony Ramine
|
aea0cd7ec7
|
Introduce values::animated::Animate
This replaces the Animatable trait and merges its three former methods into a single one.
|
2017-08-22 09:41:01 +02:00 |
|
Anthony Ramine
|
277351da35
|
Derive ComputeSquaredDistance
|
2017-08-13 13:34:04 +02:00 |
|
Anthony Ramine
|
51b740033b
|
Introduce ComputeSquaredDistance
This allows us to merge the former Animatable methods compute_distance and
compute_squared_distance, reducing code size.
|
2017-08-13 00:51:09 +02:00 |
|
Anthony Ramine
|
c4e33d9dca
|
Animate basic shapes
|
2017-08-11 10:25:03 +02:00 |
|
Josh Matthews
|
27ae1ef2e7
|
Thread ParseError return values through CSS parsing.
|
2017-06-09 16:46:25 -04:00 |
|
Anthony Ramine
|
4144dc74db
|
Make Rect<T> a struct tuple
It makes no sense to have named fields in some cases, notably to reuse
Rect<T> in BorderRadius<T>.
|
2017-05-28 14:36:36 +02:00 |
|
Anthony Ramine
|
7a214831f0
|
Introduce style::values::generics::rect ▭
This defines a single type Rect<T> which allows us to abstract over
CSS values made of four sides top, right, bottom and left.
|
2017-05-23 10:59:57 +02:00 |
|