Improving back button styling and colour schemes.

This commit is contained in:
Jason Williams
2022-11-20 20:23:52 -07:00
parent a9ac160c85
commit ac00446e4a
3 changed files with 106 additions and 39 deletions

View File

@@ -138,7 +138,10 @@ $(() => {
top: '-3rem',
right: '-3rem'
}, {
duration: 300
duration: 300,
complete: () => {
$('#backbutton').removeAttr('class')
}
})
@@ -194,7 +197,7 @@ $(() => {
duration: 300
})
$('#backbutton').animate({
$('#backbutton').addClass(p).animate({
top: '2.5rem',
right: '2.5rem'
}, {