Results 1 to 3 of 3
  1. #1
    Banned

    Join Date
    Aug 2012
    Country
    Posts
    679
    Thanked
    394
    Thanks
    615
    So.. I recently got back into code and decided to revive an old project of mine. I have a huge love for minimalism too.

    No images were harmed as there was none used. Uses CSS3 keyframes and six lines of Javascript.



    Code:
    @keyframes square {
      0% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-700px) rotate(600deg);
      }
    }
    @keyframes square {
      0% {
                transform: translateY(0);
      }
      100% {
                transform: translateY(-700px) rotate(600deg);
      }
    Code:
     $("#login-button").click(function(event){
    		 event.preventDefault();
    	 
    	 $('form').fadeOut(500);
    	 $('.wrapper').addClass('form-success');
    });

  2. The following user said thank you to Paul for this useful post:

    Stuwadie (03-07-2016)

  3. #2
    Banned

    Join Date
    Dec 2009
    Country
    Posts
    850
    Thanked
    75
    Thanks
    619
    its tight, + 1 credit

  4. #3
    Stuwadie's Avatar I Am Half Retarded

    Join Date
    Apr 2014
    Country
    Posts
    1,459
    Thanked
    2,384
    Thanks
    1,574
    phishing website it wont let me login ????

    ontopic : looks cool cant wait to see more of it

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)