


css3 playing card expansion and folding animation special effects

The css3 playing card expansion and folding animation special effect is a click card expansion and folding animation effect produced by css3 svg.
css3 playing card expansion and folding animation special effect is a click card expansion and folding animation effect produced by css3 svg.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>css3 playing card expansion and folding animation special effects</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
</head>
<body><script src="/demos/googlegg.js"></script>
<div class="perspective">
<div class='card-container'>
<div class="message">Click on the left card</div>
<div class='card card-card1'>
<div class='card__face card__face--top'>
? ? ? ? ? <span class='card__value'>
A
? ? ? ? </span>
? ? ? ? ? <span class='card__suit'>
<svg width="21px" height="16px" viewBox="0 0 21 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http: //www.w3.org/1999/xlink">
?????????????? <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<path d="M1.6440972,15.2434886 L19.7934028,15.2434886 L10.71875,1.39282802 L1.6440972,15.2434886 Z" id="Path-2" stroke="#635F5C"></path>
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? </svg>
? ? ? ? </span>
</div>
? ? ? <div class='card__face card__face--btm'>
? ? ? ? <span class='card__value'>
? ? ? ? ? A
? ? ? ? </span>
? ? ? ? <span class='card__suit'>
? ? ? ? ? <svg width="21px" height="16px" viewBox="0 0 21 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
? ? ? ? ? ? ? <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
? ? ? ? ? ? ? ? ? <path d="M1.6440972,15.2434886 L19.7934028,15.2434886 L10.71875,1.39282802 L1.6440972,15.2434886 Z" id="Path-2" stroke="#635F5C"></path>
? ? ? ? ? ? ? </g>
? ? ? ? ? </svg>
? ? ? ? </span>
? ? ? </div>
? ? </div>
? ? <div class='card card-card2'>
? ? ? <div class='card__face card__face--top'>
? ? ? ? <span class='card__value'>
? ? ? ? ? K
? ? ? ? </span>
? ? ? ? <span class='card__suit'>
? ? ? ? ? <svg width="20px" height="21px" viewBox="0 0 20 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
? ? ? ? ? ? ? <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
? ? ? ? ? ? ? ? ? <rect id="Rectangle-3" stroke="#A68385" transform="translate(10.035534, 10.071068) rotate(-315.000000) translate(-10.035534, -10.071068) " x="3.43933983" y="3.47487373" width="13.1923882" height="13.1923882"></rect>
? ? ? ? ? ? ? </g>
? ? ? ? ? </svg>
? ? ? ? </span>
? ? ? </div>
? ? ? <div class='card__face card__face--btm'>
? ? ? ? <span class='card__value'>
? ? ? ? ? K
? ? ? ? </span>
? ? ? ? <span class='card__suit'>
? ? ? ? ? <svg width="20px" height="21px" viewBox="0 0 20 21" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
? ? ? ? ? ? ? <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
? ? ? ? ? ? ? ? ? <rect id="Rectangle-3" stroke="#A68385" transform="translate(10.035534, 10.071068) rotate(-315.000000) translate(-10.035534, -10.071068) " x="3.43933983" y="3.47487373" width="13.1923882" height="13.1923882"></rect>
? ? ? ? ? ? ? </g>
? ? ? ? ? </svg>
? ? ? ? </span>
? ? ? </div>
? ? </div>
? ? <div class='card card-card3'>
? ? ? <div class='card__face card__face--top'>
? ? ? ? <span class='card__value'>
? ? ? ? ? Q
? ? ? ? </span>
? ? ? ? <span class='card__suit'>
? ? ? ? ? <svg width="21px" height="18px" viewBox="0 0 21 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
? ? ? ? ? ? ? <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
? ? ? ? ? ? ? ? ? <circle id="Oval" stroke="#635F5C" cx="4.5" cy="13.5" r="4"></circle>
? ? ? ? ? ? ? ? ? <circle id="Oval" stroke="#635F5C" cx="10.5" cy="4.5" r="4"></circle>
? ? ? ? ? ? ? ? ? <circle id="Oval" stroke="#635F5C" cx="16.5" cy="13.5" r="4"></circle>
? ? ? ? ? ? ? </g>
? ? ? ? ? </svg>
? ? ? ? </span>
? ? ? </div>
? ? ? <div class='card__face card__face--btm'>
? ? ? ? <span class='card__value'>
? ? ? ? ? Q
? ? ? ? </span>
? ? ? ? <span class='card__suit'>
? ? ? ? ? <svg width="21px" height="18px" viewBox="0 0 21 18" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
? ? ? ? ? ? ? <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
? ? ? ? ? ? ? ? ? <circle id="Oval" stroke="#635F5C" cx="4.5" cy="13.5" r="4"></circle>
? ? ? ? ? ? ? ? ? <circle id="Oval" stroke="#635F5C" cx="10.5" cy="4.5" r="4"></circle>
? ? ? ? ? ? ? ? ? <circle id="Oval" stroke="#635F5C" cx="16.5" cy="13.5" r="4"></circle>
? ? ? ? ? ? ? </g>
? ? ? ? ? </svg>
? ? ? ? </span>
? ? ? </div>
? ? </div>
? ? <div class='card card-card4'>
? ? ? <div class='card__face card__face--top'>
? ? ? ? <span class='card__value'>
? ? ? ? ? J
? ? ? ? </span>
? ? ? ? <span class='card__suit'>
? ? ? ? ? <svg width="20px" height="16px" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
? ? ? ? ? ? ? <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
? ? ? ? ? ? ? ? ? <path d="M0.925347203,14.7630198 L19.0746528,14.7630198 L10,0.912359268 L0.925347203,14.7630198 Z" id="Path-2" stroke="#A68385" transform="translate(10.000000, 7.631510) rotate(-180.000000) translate(-10.000000, -7.631510) "></path>
? ? ? ? ? ? ? </g>
? ? ? ? ? </svg>
? ? ? ? </span>
? ? ? </div>
? ? ? <div class='card__face card__face--btm'>
? ? ? ? <span class='card__value'>
? ? ? ? ? J
? ? ? ? </span>
? ? ? ? <span class='card__suit'>
? ? ? ? ? <svg width="20px" height="16px" viewBox="0 0 20 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
? ? ? ? ? ? ? <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
? ? ? ? ? ? ? ? ? <path d="M0.925347203,14.7630198 L19.0746528,14.7630198 L10,0.912359268 L0.925347203,14.7630198 Z" id="Path-2" stroke="#A68385" transform="translate(10.000000, 7.631510) rotate(-180.000000) translate(-10.000000, -7.631510) "></path>
? ? ? ? ? ? ? </g>
? ? ? ? ? </svg>
? ? ? ? </span>
? ? ? </div>
? ? </div>
? </div>
</div>
<script type="text/javascript" src='js/jquery.min.js'></script>
<script type="text/javascript" src="js/index.js"></script>
</body>
</html>
All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn
Related Article

28 Oct 2024
CSS3 Transitions: Achieving Fade-Out EffectsIn CSS3, transitions offer a powerful tool for creating dynamic visual effects. Among these effects is...

28 Oct 2024
Emulating the Wonders of CSS3 Effects in Older IE BrowsersWhile CSS3 brings a plethora of stylish effects to web design, legacy browsers like...

31 Dec 2024
Detecting CSS3 Transition EventsTransitions in CSS3 add dynamic effects to web elements, enhancing their responsiveness. However, it's often...

16 Nov 2024
Achieving Defined Edges with CSS3 Filter BlurIncorporating CSS3 filters to blur images enhances visual effects. However, the default blur filter...

29 Oct 2024
Creating Left-to-Right Background Color Fill with CSSIn CSS3, hover effects can be enhanced using transitions to create dynamic visual effects....

28 Oct 2024
Emulating CSS3 Effects in Internet Explorer 7/8Many websites utilize CSS3's capabilities to enhance the appearance of elements using rounded...

03 Dec 2024
Does "Transition: All" Hinder CSS3 Transition Speed?Using CSS3 transitions offers animated effects to web elements. A common practice is to employ...

28 Oct 2024
CSS3 Transition - Fade Out EffectUsing CSS3, you can easily implement fade-out effects to enhance the user experience. However, if you encounter...

08 Dec 2024
Creating Curving Text with CSS3, Canvas, or SVGAchieving curved or arched text effects using CSS3 or other web technologies is a common design...


Hot Tools

CSS text is combined into a heart-shaped animation special effect
CSS text is combined into a heart-shaped animation special effect

CSS3 SVG expression flower animation special effects
SS3 SVG confession flower animation special effect is a Valentine's Day animation special effect.

CSS shopping mall websites commonly use left category drop-down navigation menu code
CSS shopping mall websites commonly use left category drop-down navigation menu code

jQuery+CSS3 Valentine's Day love special effects
jQuery+CSS3 Valentine's Day Love Special Effect is a Valentine's Day hanging swinging heart animation special effect.

css3 spoon scooping up glutinous rice balls animation special effects
A bowl of cute glutinous rice balls expression, a spoon scooping up a glutinous rice balls animation special effects
