@arolariu/components / FlipButtonProps
Interface: FlipButtonProps
Defined in: components/ui/flip-button.tsx:10
Extends
HTMLMotionProps<"button">
Properties
frontText
frontText:
string
Defined in: components/ui/flip-button.tsx:11
backText
backText:
string
Defined in: components/ui/flip-button.tsx:12
transition?
optionaltransition:Transition
Defined in: components/ui/flip-button.tsx:13
Default transition. If no transition is defined in animate, it will use the transition defined here.
const spring = {
type: "spring",
damping: 10,
stiffness: 100
}
<motion.div transition={spring} animate={{ scale: 1.2 }} />
Overrides
HTMLMotionProps.transition
frontClassName?
optionalfrontClassName:string
Defined in: components/ui/flip-button.tsx:14
backClassName?
optionalbackClassName:string
Defined in: components/ui/flip-button.tsx:15
from?
optionalfrom:FlipDirection
Defined in: components/ui/flip-button.tsx:16
form?
optionalform:string
Inherited from
HTMLMotionProps.form
slot?
optionalslot:string
Inherited from
HTMLMotionProps.slot
title?
optionaltitle:string
Inherited from
HTMLMotionProps.title
ref?
optionalref:Ref<HTMLButtonElement>
Inherited from
HTMLMotionProps.ref
key?
optionalkey:Key
Inherited from
HTMLMotionProps.key
defaultChecked?
optionaldefaultChecked:boolean
Inherited from
HTMLMotionProps.defaultChecked
defaultValue?
optionaldefaultValue:string|number| readonlystring[]
Inherited from
HTMLMotionProps.defaultValue
suppressContentEditableWarning?
optionalsuppressContentEditableWarning:boolean
Inherited from
HTMLMotionProps.suppressContentEditableWarning
suppressHydrationWarning?
optionalsuppressHydrationWarning:boolean
Inherited from
HTMLMotionProps.suppressHydrationWarning
accessKey?
optionalaccessKey:string
Inherited from
HTMLMotionProps.accessKey
autoCapitalize?
optionalautoCapitalize:"off"|"none"|"on"|"sentences"|"words"|"characters"|string&object
Inherited from
HTMLMotionProps.autoCapitalize
autoFocus?
optionalautoFocus:boolean
Inherited from
HTMLMotionProps.autoFocus
className?
optionalclassName:string
Inherited from
HTMLMotionProps.className
contentEditable?
optionalcontentEditable:Booleanish|"inherit"|"plaintext-only"
Inherited from
HTMLMotionProps.contentEditable
contextMenu?
optionalcontextMenu:string
Inherited from
HTMLMotionProps.contextMenu
dir?
optionaldir:string
Inherited from
HTMLMotionProps.dir
draggable?
optionaldraggable:Booleanish
Inherited from
HTMLMotionProps.draggable
enterKeyHint?
optionalenterKeyHint:"search"|"enter"|"done"|"go"|"next"|"previous"|"send"
Inherited from
HTMLMotionProps.enterKeyHint
hidden?
optionalhidden:boolean
Inherited from
HTMLMotionProps.hidden
id?
optionalid:string
Inherited from
HTMLMotionProps.id
lang?
optionallang:string
Inherited from
HTMLMotionProps.lang
nonce?
optionalnonce:string
Inherited from
HTMLMotionProps.nonce
spellCheck?
optionalspellCheck:Booleanish
Inherited from
HTMLMotionProps.spellCheck
tabIndex?
optionaltabIndex:number
Inherited from
HTMLMotionProps.tabIndex
translate?
optionaltranslate:"yes"|"no"
Inherited from
HTMLMotionProps.translate
radioGroup?
optionalradioGroup:string
Inherited from
HTMLMotionProps.radioGroup
role?
optionalrole:AriaRole
Inherited from
HTMLMotionProps.role
about?
optionalabout:string
Inherited from
HTMLMotionProps.about
content?
optionalcontent:string
Inherited from
HTMLMotionProps.content
datatype?
optionaldatatype:string
Inherited from
HTMLMotionProps.datatype
inlist?
optionalinlist:any
Inherited from
HTMLMotionProps.inlist
prefix?
optionalprefix:string
Inherited from
HTMLMotionProps.prefix
property?
optionalproperty:string
Inherited from
HTMLMotionProps.property
rel?
optionalrel:string
Inherited from
HTMLMotionProps.rel
resource?
optionalresource:string
Inherited from
HTMLMotionProps.resource
rev?
optionalrev:string
Inherited from
HTMLMotionProps.rev
typeof?
optionaltypeof:string
Inherited from
HTMLMotionProps.typeof
vocab?
optionalvocab:string
Inherited from
HTMLMotionProps.vocab
autoCorrect?
optionalautoCorrect:string
Inherited from
HTMLMotionProps.autoCorrect
autoSave?
optionalautoSave:string
Inherited from
HTMLMotionProps.autoSave
color?
optionalcolor:string
Inherited from
HTMLMotionProps.color
itemProp?
optionalitemProp:string
Inherited from
HTMLMotionProps.itemProp
itemScope?
optionalitemScope:boolean
Inherited from
HTMLMotionProps.itemScope
itemType?
optionalitemType:string
Inherited from
HTMLMotionProps.itemType
itemID?
optionalitemID:string
Inherited from
HTMLMotionProps.itemID
itemRef?
optionalitemRef:string
Inherited from
HTMLMotionProps.itemRef
results?
optionalresults:number
Inherited from
HTMLMotionProps.results
security?
optionalsecurity:string
Inherited from
HTMLMotionProps.security
unselectable?
optionalunselectable:"off"|"on"
Inherited from
HTMLMotionProps.unselectable
popover?
optionalpopover:""|"auto"|"manual"|"hint"
Inherited from
HTMLMotionProps.popover
popoverTargetAction?
optionalpopoverTargetAction:"toggle"|"show"|"hide"
Inherited from
HTMLMotionProps.popoverTargetAction
popoverTarget?
optionalpopoverTarget:string
Inherited from
HTMLMotionProps.popoverTarget
inert?
optionalinert:boolean
Inherited from
HTMLMotionProps.inert
inputMode?
optionalinputMode:"search"|"text"|"none"|"tel"|"url"|"email"|"numeric"|"decimal"
Inherited from
HTMLMotionProps.inputMode
is?
optionalis:string
Inherited from
HTMLMotionProps.is
exportparts?
optionalexportparts:string
Inherited from
HTMLMotionProps.exportparts
part?
optionalpart:string
Inherited from
HTMLMotionProps.part
aria-activedescendant?
optionalaria-activedescendant:string
Inherited from
HTMLMotionProps.aria-activedescendant
aria-atomic?
optionalaria-atomic:Booleanish
Inherited from
HTMLMotionProps.aria-atomic
aria-autocomplete?
optionalaria-autocomplete:"none"|"list"|"inline"|"both"
Inherited from
HTMLMotionProps.aria-autocomplete
aria-braillelabel?
optionalaria-braillelabel:string
Inherited from
HTMLMotionProps.aria-braillelabel
aria-brailleroledescription?
optionalaria-brailleroledescription:string
Inherited from
HTMLMotionProps.aria-brailleroledescription
aria-busy?
optionalaria-busy:Booleanish
Inherited from
HTMLMotionProps.aria-busy
aria-checked?
optionalaria-checked:boolean|"true"|"false"|"mixed"
Inherited from
HTMLMotionProps.aria-checked
aria-colcount?
optionalaria-colcount:number
Inherited from
HTMLMotionProps.aria-colcount
aria-colindex?
optionalaria-colindex:number
Inherited from
HTMLMotionProps.aria-colindex
aria-colindextext?
optionalaria-colindextext:string
Inherited from
HTMLMotionProps.aria-colindextext
aria-colspan?
optionalaria-colspan:number
Inherited from
HTMLMotionProps.aria-colspan
aria-controls?
optionalaria-controls:string
Inherited from
HTMLMotionProps.aria-controls
aria-current?
optionalaria-current:boolean|"time"|"true"|"false"|"page"|"step"|"location"|"date"
Inherited from
HTMLMotionProps.aria-current
aria-describedby?
optionalaria-describedby:string
Inherited from
HTMLMotionProps.aria-describedby
aria-description?
optionalaria-description:string
Inherited from
HTMLMotionProps.aria-description
aria-details?
optionalaria-details:string
Inherited from
HTMLMotionProps.aria-details
aria-disabled?
optionalaria-disabled:Booleanish
Inherited from
HTMLMotionProps.aria-disabled
aria-dropeffect?
optionalaria-dropeffect:"link"|"none"|"copy"|"execute"|"move"|"popup"
Inherited from
HTMLMotionProps.aria-dropeffect
aria-errormessage?
optionalaria-errormessage:string
Inherited from
HTMLMotionProps.aria-errormessage
aria-expanded?
optionalaria-expanded:Booleanish
Inherited from
HTMLMotionProps.aria-expanded
aria-flowto?
optionalaria-flowto:string
Inherited from
HTMLMotionProps.aria-flowto
aria-grabbed?
optionalaria-grabbed:Booleanish
Inherited from
HTMLMotionProps.aria-grabbed
aria-haspopup?
optionalaria-haspopup:boolean|"dialog"|"menu"|"true"|"false"|"grid"|"listbox"|"tree"
Inherited from
HTMLMotionProps.aria-haspopup
aria-hidden?
optionalaria-hidden:Booleanish
Inherited from
HTMLMotionProps.aria-hidden
aria-invalid?
optionalaria-invalid:boolean|"true"|"false"|"grammar"|"spelling"
Inherited from
HTMLMotionProps.aria-invalid
aria-keyshortcuts?
optionalaria-keyshortcuts:string
Inherited from
HTMLMotionProps.aria-keyshortcuts
aria-label?
optionalaria-label:string
Inherited from
HTMLMotionProps.aria-label
aria-labelledby?
optionalaria-labelledby:string
Inherited from
HTMLMotionProps.aria-labelledby
aria-level?
optionalaria-level:number
Inherited from
HTMLMotionProps.aria-level
aria-live?
optionalaria-live:"off"|"assertive"|"polite"
Inherited from
HTMLMotionProps.aria-live
aria-modal?
optionalaria-modal:Booleanish
Inherited from
HTMLMotionProps.aria-modal
aria-multiline?
optionalaria-multiline:Booleanish
Inherited from
HTMLMotionProps.aria-multiline
aria-multiselectable?
optionalaria-multiselectable:Booleanish
Inherited from
HTMLMotionProps.aria-multiselectable
aria-orientation?
optionalaria-orientation:"horizontal"|"vertical"
Inherited from
HTMLMotionProps.aria-orientation
aria-owns?
optionalaria-owns:string
Inherited from
HTMLMotionProps.aria-owns
aria-placeholder?
optionalaria-placeholder:string
Inherited from
HTMLMotionProps.aria-placeholder
aria-posinset?
optionalaria-posinset:number
Inherited from
HTMLMotionProps.aria-posinset
aria-pressed?
optionalaria-pressed:boolean|"true"|"false"|"mixed"
Inherited from
HTMLMotionProps.aria-pressed
aria-readonly?
optionalaria-readonly:Booleanish
Inherited from
HTMLMotionProps.aria-readonly
aria-relevant?
optionalaria-relevant:"text"|"additions"|"additions removals"|"additions text"|"all"|"removals"|"removals additions"|"removals text"|"text additions"|"text removals"
Inherited from
HTMLMotionProps.aria-relevant
aria-required?
optionalaria-required:Booleanish
Inherited from
HTMLMotionProps.aria-required
aria-roledescription?
optionalaria-roledescription:string
Inherited from
HTMLMotionProps.aria-roledescription
aria-rowcount?
optionalaria-rowcount:number
Inherited from
HTMLMotionProps.aria-rowcount
aria-rowindex?
optionalaria-rowindex:number
Inherited from
HTMLMotionProps.aria-rowindex
aria-rowindextext?
optionalaria-rowindextext:string
Inherited from
HTMLMotionProps.aria-rowindextext
aria-rowspan?
optionalaria-rowspan:number
Inherited from
HTMLMotionProps.aria-rowspan
aria-selected?
optionalaria-selected:Booleanish
Inherited from
HTMLMotionProps.aria-selected
aria-setsize?
optionalaria-setsize:number
Inherited from
HTMLMotionProps.aria-setsize
aria-sort?
optionalaria-sort:"none"|"ascending"|"descending"|"other"
Inherited from
HTMLMotionProps.aria-sort
aria-valuemax?
optionalaria-valuemax:number
Inherited from
HTMLMotionProps.aria-valuemax
aria-valuemin?
optionalaria-valuemin:number
Inherited from
HTMLMotionProps.aria-valuemin
aria-valuenow?
optionalaria-valuenow:number
Inherited from
HTMLMotionProps.aria-valuenow
aria-valuetext?
optionalaria-valuetext:string
Inherited from
HTMLMotionProps.aria-valuetext
dangerouslySetInnerHTML?
optionaldangerouslySetInnerHTML:object
Inherited from
HTMLMotionProps.dangerouslySetInnerHTML
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCopy
onCopyCapture?
optionalonCopyCapture:ClipboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCopyCapture
onCut?
optionalonCut:ClipboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCut
onCutCapture?
optionalonCutCapture:ClipboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCutCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPaste
onPasteCapture?
optionalonPasteCapture:ClipboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPasteCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCompositionEnd
onCompositionEndCapture?
optionalonCompositionEndCapture:CompositionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCompositionEndCapture
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCompositionStart
onCompositionStartCapture?
optionalonCompositionStartCapture:CompositionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCompositionStartCapture
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCompositionUpdate
onCompositionUpdateCapture?
optionalonCompositionUpdateCapture:CompositionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCompositionUpdateCapture
onFocus?
optionalonFocus:FocusEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onFocus
onFocusCapture?
optionalonFocusCapture:FocusEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onFocusCapture
onBlur?
optionalonBlur:FocusEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onBlur
onBlurCapture?
optionalonBlurCapture:FocusEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onBlurCapture
onChange?
optionalonChange:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onChange
onChangeCapture?
optionalonChangeCapture:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onChangeCapture
onBeforeInput?
optionalonBeforeInput:InputEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onBeforeInput
onBeforeInputCapture?
optionalonBeforeInputCapture:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onBeforeInputCapture
onInput?
optionalonInput:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onInput
onInputCapture?
optionalonInputCapture:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onInputCapture
onReset?
optionalonReset:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onReset
onResetCapture?
optionalonResetCapture:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onResetCapture
onSubmit?
optionalonSubmit:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSubmit
onSubmitCapture?
optionalonSubmitCapture:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSubmitCapture
onInvalid?
optionalonInvalid:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onInvalid
onInvalidCapture?
optionalonInvalidCapture:FormEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onInvalidCapture
onLoad?
optionalonLoad:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLoad
onLoadCapture?
optionalonLoadCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLoadCapture
onError?
optionalonError:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onError
onErrorCapture?
optionalonErrorCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onErrorCapture
onKeyDown?
optionalonKeyDown:KeyboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onKeyDown
onKeyDownCapture?
optionalonKeyDownCapture:KeyboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onKeyDownCapture
onKeyPress?
optionalonKeyPress:KeyboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onKeyPress
onKeyPressCapture?
optionalonKeyPressCapture:KeyboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onKeyPressCapture
onKeyUp?
optionalonKeyUp:KeyboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onKeyUp
onKeyUpCapture?
optionalonKeyUpCapture:KeyboardEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onKeyUpCapture
onAbort?
optionalonAbort:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onAbort
onAbortCapture?
optionalonAbortCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onAbortCapture
onCanPlay?
optionalonCanPlay:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCanPlay
onCanPlayCapture?
optionalonCanPlayCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCanPlayCapture
onCanPlayThrough?
optionalonCanPlayThrough:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCanPlayThrough
onCanPlayThroughCapture?
optionalonCanPlayThroughCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onCanPlayThroughCapture
onDurationChange?
optionalonDurationChange:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDurationChange
onDurationChangeCapture?
optionalonDurationChangeCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDurationChangeCapture
onEmptied?
optionalonEmptied:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onEmptied
onEmptiedCapture?
optionalonEmptiedCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onEmptiedCapture
onEncrypted?
optionalonEncrypted:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onEncrypted
onEncryptedCapture?
optionalonEncryptedCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onEncryptedCapture
onEnded?
optionalonEnded:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onEnded
onEndedCapture?
optionalonEndedCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onEndedCapture
onLoadedData?
optionalonLoadedData:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLoadedData
onLoadedDataCapture?
optionalonLoadedDataCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLoadedDataCapture
onLoadedMetadata?
optionalonLoadedMetadata:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLoadedMetadata
onLoadedMetadataCapture?
optionalonLoadedMetadataCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLoadedMetadataCapture
onLoadStart?
optionalonLoadStart:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLoadStart
onLoadStartCapture?
optionalonLoadStartCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLoadStartCapture
onPause?
optionalonPause:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPause
onPauseCapture?
optionalonPauseCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPauseCapture
onPlay?
optionalonPlay:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPlay
onPlayCapture?
optionalonPlayCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPlayCapture
onPlaying?
optionalonPlaying:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPlaying
onPlayingCapture?
optionalonPlayingCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPlayingCapture
onProgress?
optionalonProgress:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onProgress
onProgressCapture?
optionalonProgressCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onProgressCapture
onRateChange?
optionalonRateChange:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onRateChange
onRateChangeCapture?
optionalonRateChangeCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onRateChangeCapture
onSeeked?
optionalonSeeked:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSeeked
onSeekedCapture?
optionalonSeekedCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSeekedCapture
onSeeking?
optionalonSeeking:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSeeking
onSeekingCapture?
optionalonSeekingCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSeekingCapture
onStalled?
optionalonStalled:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onStalled
onStalledCapture?
optionalonStalledCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onStalledCapture
onSuspend?
optionalonSuspend:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSuspend
onSuspendCapture?
optionalonSuspendCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSuspendCapture
onTimeUpdate?
optionalonTimeUpdate:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTimeUpdate
onTimeUpdateCapture?
optionalonTimeUpdateCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTimeUpdateCapture
onVolumeChange?
optionalonVolumeChange:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onVolumeChange
onVolumeChangeCapture?
optionalonVolumeChangeCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onVolumeChangeCapture
onWaiting?
optionalonWaiting:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onWaiting
onWaitingCapture?
optionalonWaitingCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onWaitingCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onAuxClick
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onAuxClickCapture
onClick?
optionalonClick:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onClick
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onClickCapture
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onContextMenuCapture
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDoubleClickCapture
onDragCapture?
optionalonDragCapture:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragCapture
onDragEndCapture?
optionalonDragEndCapture:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragEndCapture
onDragEnter?
optionalonDragEnter:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragEnter
onDragEnterCapture?
optionalonDragEnterCapture:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragEnterCapture
onDragExit?
optionalonDragExit:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragExit
onDragExitCapture?
optionalonDragExitCapture:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragExitCapture
onDragLeave?
optionalonDragLeave:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragLeave
onDragLeaveCapture?
optionalonDragLeaveCapture:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragLeaveCapture
onDragOver?
optionalonDragOver:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragOver
onDragOverCapture?
optionalonDragOverCapture:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragOverCapture
onDragStartCapture?
optionalonDragStartCapture:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDragStartCapture
onDrop?
optionalonDrop:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDrop
onDropCapture?
optionalonDropCapture:DragEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onDropCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseDown
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseEnter
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseLeave
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseMove
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseOut
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseOver
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseUp
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onMouseUpCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSelect
onSelectCapture?
optionalonSelectCapture:ReactEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onSelectCapture
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTouchEnd
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTouchMove
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTouchStart
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTouchStartCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerDownCapture
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerMoveCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerUp
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerUpCapture
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerCancelCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerLeave
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerOverCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerOut
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onPointerOutCapture
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onGotPointerCaptureCapture
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onLostPointerCaptureCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onScroll
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onScrollCapture
onScrollEnd?
optionalonScrollEnd:UIEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onScrollEnd
onScrollEndCapture?
optionalonScrollEndCapture:UIEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onScrollEndCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onWheel
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onWheelCapture
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onAnimationStartCapture
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onAnimationIterationCapture
onToggle?
optionalonToggle:ToggleEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onToggle
onBeforeToggle?
optionalonBeforeToggle:ToggleEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onBeforeToggle
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLButtonElement>
Inherited from
HTMLMotionProps.onTransitionStartCapture
disabled?
optionaldisabled:boolean
Inherited from
HTMLMotionProps.disabled
value?
optionalvalue:string|number| readonlystring[]
Inherited from
HTMLMotionProps.value
formAction?
optionalformAction:string| (formData) =>void|Promise<void>
Inherited from
HTMLMotionProps.formAction
formEncType?
optionalformEncType:string
Inherited from
HTMLMotionProps.formEncType
formMethod?
optionalformMethod:string
Inherited from
HTMLMotionProps.formMethod
formNoValidate?
optionalformNoValidate:boolean
Inherited from
HTMLMotionProps.formNoValidate
formTarget?
optionalformTarget:string
Inherited from
HTMLMotionProps.formTarget
name?
optionalname:string
Inherited from
HTMLMotionProps.name
type?
optionaltype:"button"|"submit"|"reset"
Inherited from
HTMLMotionProps.type