linting + effect for ptt

This commit is contained in:
Stefan Otto
2020-03-28 01:20:26 +01:00
parent eef2c439f0
commit 43e5769151
+4 -1
View File
@@ -93,10 +93,11 @@ const styles = (theme) =>
fontSize : '7em',
margin : 0,
opacity : 0,
transition : 'opacity 0.1s ease-in-out',
'&.hover' :
{
opacity : 1
},
}
}
},
ptt :
@@ -114,8 +115,10 @@ const styles = (theme) =>
borderRadius : '20px',
textAlign : 'center',
opacity : 0,
transition : 'opacity 1s ease',
'&.enabled' :
{
transition : 'opacity 0.1s',
opacity : 1
}
}