Search
Loading...
Skip to content

Type Alias: FloatPropertyName

type FloatPropertyName =
| "globalBoundingBox/height"
| "globalBoundingBox/width"
| "globalBoundingBox/x"
| "globalBoundingBox/y"
| "height"
| "lastFrame/height"
| "lastFrame/width"
| "lastFrame/x"
| "lastFrame/y"
| "position/x"
| "position/y"
| "rotation"
| "scene/dpi"
| "scene/pageDimensions/height"
| "scene/pageDimensions/width"
| "scene/pixelScaleFactor"
| "width"
| "camera/pixelRatio"
| "camera/resolution/height"
| "camera/resolution/width"
| "camera/zoomLevel"
| "dropShadow/blurRadius/x"
| "dropShadow/blurRadius/y"
| "dropShadow/offset/x"
| "dropShadow/offset/y"
| "page/margin/bottom"
| "page/margin/left"
| "page/margin/right"
| "page/margin/top"
| "playback/speed"
| "playback/volume"
| "stroke/width"
| "opacity"
| "backgroundColor/cornerRadius"
| "backgroundColor/paddingBottom"
| "backgroundColor/paddingLeft"
| "backgroundColor/paddingRight"
| "backgroundColor/paddingTop"
| "text/fontSize"
| "text/letterSpacing"
| "text/lineHeight"
| "text/maxAutomaticFontSize"
| "text/minAutomaticFontSize"
| "text/paragraphSpacing"
| "cutout/offset"
| "cutout/smoothing"
| "caption/fontSize"
| "caption/letterSpacing"
| "caption/lineHeight"
| "caption/maxAutomaticFontSize"
| "caption/minAutomaticFontSize"
| "caption/paragraphSpacing"
| "animation/slide/direction"
| "textAnimationOverlap"
| "animation/pan/direction"
| "animation/pan/distance"
| "animation/blur/intensity"
| "animation/crop_zoom/scale"
| "animation/spin/intensity"
| "animation/blur_loop/intensity"
| "animation/pulsating_loop/intensity"
| "animation/breathing_loop/intensity"
| "animation/jump_loop/intensity"
| "animation/sway_loop/intensity"
| "animation/spread_text/intensity"
| "animation/merge_text/intensity"
| "animation/ken_burns/travelDistanceRatio"
| "animation/ken_burns/zoomIntensity"
| "blur/uniform/intensity"
| "blur/linear/blurRadius"
| "blur/linear/x1"
| "blur/linear/x2"
| "blur/linear/y1"
| "blur/linear/y2"
| "blur/mirrored/blurRadius"
| "blur/mirrored/gradientSize"
| "blur/mirrored/size"
| "blur/mirrored/x1"
| "blur/mirrored/x2"
| "blur/mirrored/y1"
| "blur/mirrored/y2"
| "blur/radial/blurRadius"
| "blur/radial/gradientRadius"
| "blur/radial/radius"
| "blur/radial/x"
| "blur/radial/y"
| "effect/adjustments/blacks"
| "effect/adjustments/brightness"
| "effect/adjustments/clarity"
| "effect/adjustments/contrast"
| "effect/adjustments/exposure"
| "effect/adjustments/gamma"
| "effect/adjustments/highlights"
| "effect/adjustments/saturation"
| "effect/adjustments/shadows"
| "effect/adjustments/sharpness"
| "effect/adjustments/temperature"
| "effect/adjustments/whites"
| "effect/cross_cut/offset"
| "effect/cross_cut/slices"
| "effect/cross_cut/speedV"
| "effect/cross_cut/time"
| "effect/dot_pattern/blur"
| "effect/dot_pattern/dots"
| "effect/dot_pattern/size"
| "effect/duotone_filter/intensity"
| "effect/extrude_blur/amount"
| "effect/glow/amount"
| "effect/glow/darkness"
| "effect/glow/size"
| "effect/green_screen/colorMatch"
| "effect/green_screen/smoothness"
| "effect/green_screen/spill"
| "effect/half_tone/angle"
| "effect/half_tone/scale"
| "effect/linocut/scale"
| "effect/liquid/amount"
| "effect/liquid/scale"
| "effect/liquid/time"
| "effect/lut_filter/intensity"
| "effect/outliner/amount"
| "effect/outliner/passthrough"
| "effect/posterize/levels"
| "effect/radial_pixel/radius"
| "effect/radial_pixel/segments"
| "effect/recolor/brightnessMatch"
| "effect/recolor/colorMatch"
| "effect/recolor/smoothness"
| "effect/shifter/amount"
| "effect/shifter/angle"
| "effect/tilt_shift/amount"
| "effect/tilt_shift/position"
| "effect/tv_glitch/distortion"
| "effect/tv_glitch/distortion2"
| "effect/tv_glitch/rollSpeed"
| "effect/tv_glitch/speed"
| "effect/vignette/darkness"
| "effect/vignette/offset"
| "fill/gradient/linear/endPointX"
| "fill/gradient/linear/endPointY"
| "fill/gradient/linear/startPointX"
| "fill/gradient/linear/startPointY"
| "fill/gradient/radial/centerPointX"
| "fill/gradient/radial/centerPointY"
| "fill/gradient/radial/radius"
| "fill/gradient/conical/centerPointX"
| "fill/gradient/conical/centerPointY"
| "shape/rect/cornerRadiusBL"
| "shape/rect/cornerRadiusBR"
| "shape/rect/cornerRadiusTL"
| "shape/rect/cornerRadiusTR"
| "shape/polygon/cornerRadius"
| "shape/star/innerDiameter"
| "shape/vector_path/height"
| "shape/vector_path/width"
| string & object;