Modal animation and dialog
This commit is contained in:
@@ -55,9 +55,9 @@ const Modal = ({ open, onClose, children }) => {
|
||||
ref={ref}
|
||||
{...bind()}
|
||||
className={classNames(
|
||||
'fixed z-40 top-5 transform transform-gpu ease-in-out duration-300 translate w-full h-full bg-white rounded-t-lg',
|
||||
'fixed z-40 top-5 transform transform-gpu ranslate w-full h-full bg-white rounded-t-lg',
|
||||
{
|
||||
'transition-transform': !dragging,
|
||||
'ease-in-out duration-300 transition-transformation': !dragging,
|
||||
}
|
||||
)}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user