☰
English
accent-color
align
alignment-baseline
all
anchor
animation
appearance
aspect-ratio
backdrop-filter
backface-visibility
background
baseline
block-size
border
bottom
box
break
caption-side
caret
clear
clip
color
column
columns
contain
container
content
corner
counter
cursor
cx
cy
d
direction
display
dominant-baseline
dynamic-range-limit
empty-cells
field-sizing
fill
filter
flex
float
flood
font
forced-color-adjust
gap
grid
height
hyphenate
hyphens
image
ime-mode
initial-letter
inline-size
inset
interactivity
interest
interpolate-size
isolation
justify
left
letter-spacing
lighting-color
line
list
margin
marker
mask
math
max
min
mix-blend-mode
object
offset
offset-anchor
offset-distance
offset-path
offset-position
offset-rotate
opacity
order
orphans
outline
overflow
overlay
overscroll
padding
page
paint-order
perspective
place
pointer-events
position
print-color-adjust
quotes
r
reading
resize
right
rotate
row
ruby
rule
rx
ry
scale
scroll
scrollbar
shape
speak
stop
stroke
tab-size
table-layout
text
timeline
top
touch-action
transform
transition
translate
trigger-scope
unicode-bidi
user-select
vector-effect
vertical-align
view
visibility
white
widows
width
will-change
word
writing-mode
x
y
z-index
zoom
מאפיין offset
מאפיין הקיצור offset מאחד את כל מאפייני motion path: offset-position, offset-path, offset-distance, offset-rotate, ו-offset-anchor. מאפשר להגדיר אנימציה של אלמנט לאורך מסלול גאומטרי בהצהרה אחת.
.car { offset: path("M 0 0 C 100 0 100 100 200 100"); }
@keyframes drive { to { offset-distance: 100%; } } .car { offset: ray(45deg closest-side) 50% auto; animation: drive 5s linear infinite; }
פחות:
0
יותר:
9999
צעד:
1
יחידות:
% | px | em
auto
ערך offset-rotate ברירת המחדל — נסיבה אוטומטית בכיוון המסלול.
reverse
ערך offset-rotate — נסיבה הפוכה לכיוון המסלול.
none
ערך offset-path — אין מסלול.
top
ערך offset-anchor — עוגן בצד העליון של האלמנט.
bottom
ערך offset-anchor — עוגן בצד התחתון של האלמנט.
left
ערך offset-anchor — עוגן בצד השמאלי של האלמנט.
right
ערך offset-anchor — עוגן בצד הימני של האלמנט.
center
ערך offset-anchor — עוגן במרכז האלמנט.
margin-box
תיבת ייחוס offset-anchor — margin-box של האלמנט.
stroke-box
תיבת ייחוס offset-anchor — stroke-box (SVG).
content-box
תיבת ייחוס offset-anchor — content-box של האלמנט.
padding-box
תיבת ייחוס offset-anchor — padding-box של האלמנט.
border-box
תיבת ייחוס offset-anchor — border-box של האלמנט.
fill-box
תיבת ייחוס offset-anchor — fill-box (SVG).
view-box
תיבת ייחוס offset-anchor — view-box (SVG viewport).
normal
ערך offset-rotate — אין סיבוב; האלמנט שומר על כיוונו המקורי.
path()
מסלול SVG path data. תחביר: path("M 0 0 L 100 100").
ray()
קרן מנקודה בזווית. תחביר: ray(45deg closest-side).
url()
הפניה לאלמנט SVG path. תחביר: url(#myPath).
Motion Path Module Level 1
Editor's Draft
<length-percentage>
W3C
MDN
Show all code
ערוך CSS און-ליין
התוסף שזוכר עבורך מאות פריטי CSS
כל פרופרטי CSS — בהדגמה חיה
מקור הייחוס הדו-לשוני ל-CSS
הגדרה
דוגמאות
תחביר
מודול
מפרט
סוגי ערכים
מקורות מידע
הדגמה חזותית
previous
next