Меню
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP КАК СДЕЛАТЬ ПРОГРАММЫ SW3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS КИБЕРБЕЗОПАСНОСТЬ НАУКА О ДАННЫХ
     ❯   

CSS Справочники


CSS Свойства





offset



Example

Use the offset shorthand property to set property values for offset-path, offset-distance and offset-rotate on an <img> element:

img {
  offset: path('M 50 80 C 150 -20 250 180 350 80') 150px auto 45deg;
}
Try it Yourself »

Подработка: Перевод страницы


Definition offset

The offset property is used when animating an element along a path, and is a shorthand property for the following properties:

*   currently only working in the Firefox browser

For different ways of setting the offset property value, see "More Examples" below.

Default value: See the default value for the individual properties
Inherited: no
Animatable: yes. Read about animatable Try it
Version: CSS3
JavaScript syntax: object.style.offset="path('M 50,250 C 700,-50 -400,-50 250,250') 200px auto 90deg" Try it

Browser Support offset

The numbers in the table specify the first browser version that fully supports the property.

Property
offset 55.0 79.0 72.0 16.0 42.0


CSS Syntax offset

offset: auto|value|initial|inherit;

Property Values offset

Value Description
auto Default. See default value for each individual 'offset-' property.
offset-anchor Specifies the point on an element that is fixed to the path it is animated along.
offset-distance Specifies the distance from the start of the path defined by offset-path.
offset-path Specifies the path an element is animated along.
offset-rotate Specifies rotation of an element as it is animated along a path
initial Sets this property to its default value. Read about initial
inherit Inherits this property from its parent element. Read about inherit

More Examples offset

offset-path and offset-rotate

Use the offset property of an <img> element to set the offset-path and offset-rotate property values:

img {
  offset: path('M 50 80 C 150 -20 250 180 350 80') 45deg;
}
Try it Yourself »
offset-path and offset-distance

Use the offset property of an <img> element to set the offset-path and offset-distance property values:

img {
  offset: path('M 50 80 C 150 -20 250 180 350 80') 150px;
}
Try it Yourself »
offset-path, offset-distance, offset-rotate and offset-anchor

Use the offset property of an <img> element to set the offset-path, offset-distance, offset-rotate and offset-anchor property values:

Note: this example currently only works with the Firefox browser because of the offset-anchor property.

img {
  offset: path('M 50 80 C 150 -20 250 180 350 80') 150px -90deg / 0% 50%;
}
Try it Yourself »

Related Pages offset

HTML SVG tutorial: SVG Path

CSS tutorial: CSS Animations

CSS offset-anchor property: CSS Offset-anchor property

CSS offset-distance property: CSS Offset-distance property

CSS offset-path property: CSS Offset-path property

CSS offset-rotate property: CSS Offset-rotate property



×

Связаться с отделом продаж

Если вы хотите использовать услуги schoolsw3 как образовательное учреждение, команда или предприятие, отправьте нам электронное письмо:
sales@schoolsw3.com

Сообщить об ошибке

Если вы хотите сообщить об ошибке или внести предложение, отправьте нам электронное письмо:
help@schoolsw3.com

Schoolsw3 оптимизирован для обучения и подготовки. Примеры могут быть упрощены для улучшения чтения и обучения. Учебники, ссылки и примеры постоянно проверяются, чтобы избежать ошибок, но мы не можем гарантировать полную правильность всего контента.
При использовании Schoolsw3 вы соглашаетесь прочитать и принять наши условия использования,
политику использования файлов cookie и конфиденциальности.

Авторское право 1999- принадлежит Refsnes Data. Все права защищены. Schoolsw3 работает на SW3.CSS.