- _iPhoenix_'s web-dev help thread.
- 20 Oct 2017 03:39:03 pm
- Last edited by iPhoenix on 20 Oct 2017 04:31:44 pm; edited 1 time in total
I've been forced to work on recently working on a website.
I'm not too used to jQuery and/or CSS, and I need a bit of help with that, so (naturally) I came here.
My current (edit: not anymore ) problem is:
- I want to have an options menu with a cool transition. (done)
- I want the options in the options menu to appear after the transition, but when the settings box is closing, it should disappear immediately.
- I think I'm on the right track with the latter, but I'm not completely sure.
The github repo is here, and the (not really, but kinda live) site is here.
Edit: The problem is that, when you click the switch (after clicking the settings icon), then close the settings icon, everything is all screwed up.
After I posted, I figured out what is happening by myself, (I'm checking for clicks in the settings div, and the switch is in the settings div.) but I cannot figure out how to solve it.
I'm not too used to jQuery and/or CSS, and I need a bit of help with that, so (naturally) I came here.
My current (edit: not anymore ) problem is:
- I want to have an options menu with a cool transition. (done)
- I want the options in the options menu to appear after the transition, but when the settings box is closing, it should disappear immediately.
- I think I'm on the right track with the latter, but I'm not completely sure.
The github repo is here, and the (not really, but kinda live) site is here.
Edit: The problem is that, when you click the switch (after clicking the settings icon), then close the settings icon, everything is all screwed up.
After I posted, I figured out what is happening by myself, (I'm checking for clicks in the settings div, and the switch is in the settings div.) but I cannot figure out how to solve it.