Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1030580

    Hi
    Try below code in custom.css file

    
    .jamasshead {   background-position:center;
        transition: all 1s ease;
      -moz-transition: all 1s ease;
      -ms-transition: all 1s ease;
      -webkit-transition: all 1s ease;
      -o-transition: all 1s ease;
    }
    
    .jamasshead:hover {
      transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1); /* IE 9 */}
    

    Hope it helps.

    Regards

    art3 Friend
    #1031193

    Thanks !!!!
    Is Perfect….

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  art3 7 years, 6 months ago.

The topic ‘MassHead animated’ is closed to new replies.