Team 10

Home » Components » Team » Team 10

Team 10

Cindy Moore

Graphic Designer

Tonya Heart

Motion Artist

Sarah Jones

UX Designer

Bruce Chin

Web Developer


Cindy Moore

Graphic Designer

Tonya Heart

Motion Artist

Sarah Jones

UX Designer

Bruce Chin

Web Developer

/* ===== Team 10 ===== */

#team-10 img {
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%, 0% 0%);
            clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%, 0% 0%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#team-10 .card:hover img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 49%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 49%, 100% 100%, 0 100%);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}