blob: f05ccd94ff968c653308434d32c984721021e87e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
---
title: Motion Path
slug: Web/CSS/CSS_Motion_Path
tags:
- Aperçu
- CSS
- Experimental
- Motion Path
- Reference
translation_of: Web/CSS/CSS_Motion_Path
original_slug: Web/CSS/Motion_Path
---
{{CSSRef}}{{SeeCompatTable}}
**_Motion Path_** est un module de la spécification CSS qui permet aux auteurs d'animer des objets graphiques le long d'une ligne appelée _chemin_.
## Référence
### Propriétés
- {{cssxref("offset")}}
- {{cssxref("offset-distance")}}
- {{cssxref("offset-path")}}
- {{cssxref("offset-rotate")}}
## Spécifications
| Spécification | État | Commentaires |
| ------------------------------------------------ | -------------------------------------------- | -------------------- |
| {{SpecName('Motion Path Level 1')}} | {{Spec2('Motion Path Level 1')}} | Définition initiale. |
## Compatibilité des navigateurs
### `offset`
{{Compat("css.properties.offset")}}
|