Jump to content
Search Community

ShadowHax

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by ShadowHax

  1. ShadowHax

    Falling Cards

    Hello all! Another question! So I'm trying to make a falling card animation, but it seems to be a little choppy and sluggish on some devices. Can anyone see where I might be able to improve this? Does the filter: drop-shadow cause performance problems? Thanks!!! (best viewed on the codepen site)
  2. WOW!! That is fantastic!! Thank-you again @Cassie!!!
  3. Ohhh!! Thank-you @Cassie!! I'll have to try that!
  4. ShadowHax

    Exploding Stars

    Hi everyone! So I'm trying to make an exploding stars effect. Anyone want to take a look at my code and let me know if there is a better way to do this? Thanks for the input! ?
  5. Thank-you so much for the tips!!! I can style the 3rd box without using the class, I guess I'm trying to figure out the best way to use .not on the boxes. I thought I could maybe just add the .blackBox class to the third box, then use .not('.blackBox') to change them all but the third to Red. I'm probably doing a terrible job explaining myself lol, but thank-you for all the help.
  6. Hello All! This should be pretty straight forward, but I'm having trouble adding a new class. I've attached my CodePen example. Can anyone point me in the right direction to what I am doing wrong? The example should change all the box colors from Blue to Green, then add the .blackBox class to the third box, then change all boxes without the .blackBox class to Red, leaving the third box Black. Any input would be greatly helpful!
×
×
  • Create New...