Log: Added new feature to "Others" - Constellations Stories. Took me whole day to set the stars to right positions. T_T *They should be approximately right, but if you find any large differences that I should fix tell me please :]
Hey! I noticed that after the most recent update the site was kind of wrecking my browser... I wasn't sure why but I think I narrowed it down. I think there are 3 animations that are causing massive amounts of CSS repaints: moonDisappear, moonReappear, and fall (found in lines 1200-1240 of style.css)
I just thought you would want to know :D
Thanks for letting me know! I can understand that fall animation (stars falling in top of the site), but Im not sure about the Moon. This class is added/removed on the image of Moon clicked and does not move until them. Can you tell me what the wrecking actually looks like? I've checked the website from VM (where I dont have GPU) and it was running just fine (littlle laggy maybe), anyway I optimized the Moon JS now:)
Seems very cool Ransei.
Hey! I noticed that after the most recent update the site was kind of wrecking my browser... I wasn't sure why but I think I narrowed it down. I think there are 3 animations that are causing massive amounts of CSS repaints: moonDisappear, moonReappear, and fall (found in lines 1200-1240 of style.css) I just thought you would want to know :D
Thanks for letting me know! I can understand that fall animation (stars falling in top of the site), but Im not sure about the Moon. This class is added/removed on the image of Moon clicked and does not move until them. Can you tell me what the wrecking actually looks like? I've checked the website from VM (where I dont have GPU) and it was running just fine (littlle laggy maybe), anyway I optimized the Moon JS now:)
I also found there was a two css classes with same name in "others" category - fixed now