Jump to content
Search Community

mriz

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by mriz

  1. 1 hour ago, OSUblake said:

    Welcome to the forum @mriz

     

    We'd like to help, but I'm not sure what it is you're needing help with as I've tried that CodePen many times, and everything seems to work fine. Are you have problems with that CodePen, or just on local/live site?

    Thanks for the reply, it was not animating the background and only worked few times.  PointC solution partially worked.

    • Like 1
  2. 37 minutes ago, PointC said:

    Yeah - I can see the .champ-overlay div isn't animating. If you remove the<html> ,<head> & <body> elements from the HTML panel it will work. Note: they shouldn't be there. Only the HTML from your <body> element needs to be in that panel.

     

    You can also fix it by setting your CSS:

    html, body {
      height: 100%;
    }

    Happy tweening.

     

    Thank you so much for the quick help. Spent a few good hours pulling my hair. 

     

    Also changed from => fromto as well

     

×
×
  • Create New...