☰
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
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
The CSS Propertie touch-action
מאפיין touch-action קובע אילו תנועות מגע (pan, zoom) הדפדפן רשאי לטפל באלמנט. none מבטל גלילה/זום ומאפשר לג'אווה-סקריפט לטפל בכל המגע (שימושי לגרירה מותאמת אישית).
.draggable { touch-action: none; }
.horizontal-scroll { touch-action: pan-x pinch-zoom; }
auto
ערך ברירת המחדל. התנהגות רגילה — הדפדפן מטפל בכל המחוות.
none
מבטל את כל ה-pan וה-zoom שמתחילים בגיעות.
pan-x
מתיר pan אופקי בשני הכיוונים.
pan-left
מתיר pan שמאלה בלבד.
pan-right
מתיר pan ימינה בלבד.
pan-y
מתיר pan אנכי בשני הכיוונים.
pan-up
מתיר pan למעלה בלבד.
pan-down
מתיר pan למטה בלבד.
pinch-zoom
מאפשר זום מולטי-touch אם כל האצבעות מתחילות על האלמנט הזה.
manipulation
קיצור ל-pan-x pan-y pinch-zoom — מתיר pan וזום, מבטל double-tap zoom.
Compatibility Standard
Living Standard
W3C
MDN
Demo CSS
Show all code
ערוך CSS און-ליין
התוסף שזוכר עבורך מאות פריטי CSS
כל פרופרטי CSS — בהדגמה חיה
מקור הייחוס הדו-לשוני ל-CSS
הגדרה
דוגמאות
תחביר
מודול
מפרט
מקורות מידע
הדגמה חזותית
previous
next