এইচটিএমএল সিএসএস বুটস্ট্রাপ জাভাস্ক্রিপ্ট জেকুয়েরি
লগইন
×

সিএসএস রেফারেন্স

রেফারেন্স-Reference সিলেক্টর-Selector ফাংশন-Function রেফারেন্স Aural ওয়েব সেফ ফন্ট-WebSafeFont এনিমেটেবল-Animatable ইউনিট-Unit PX-EM কনভার্টার-Converter কালার-Color কালার ভ্যালু-ColorValue ডিফল্ট ভ্যালু-DefaultValue ব্রাউজার সাপোর্টBrowserSupport

CSS Properties

align-content align-items align-self all animation animation-delay animation-direction animation-duration animation-fill-mode animation-iteration-count animation-name animation-play-state animation-timing-function backface-visibility background background-attachment background-blend-mode background-clip background-color background-image background-origin background-position background-repeat background-size border border-bottom border-bottom-color border-bottom-left-radius border-bottom-right-radius border-bottom-style border-bottom-width border-collapse border-color border-image border-image-outset border-image-repeat border-image-slice border-image-source border-image-width border-left border-left-color border-left-style border-left-width border-radius border-right border-right-color border-right-style border-right-width border-spacing border-style border-top border-top-color border-top-left-radius border-top-right-radius border-top-style border-top-width border-width bottom box-shadow box-sizing caption-side clear clip color column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns content counter-increment counter-reset cursor direction display empty-cells filter flex flex-basis flex-direction flex-flow flex-grow flex-shrink flex-wrap float font @font-face font-family font-size font-size-adjust font-stretch font-style font-variant font-weight hanging-punctuation height justify-content @keyframes left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top max-height max-width @media min-height min-width nav-down nav-index nav-left nav-right nav-up opacity order outline outline-color outline-offset outline-style outline-width overflow overflow-x overflow-y padding padding-bottom padding-left padding-right padding-top page-break-after page-break-before page-break-inside perspective perspective-origin position quotes resize right tab-size table-layout text-align text-align-last text-decoration text-decoration-color text-decoration-line text-decoration-style text-indent text-justify text-overflow text-shadow text-transform top transform transform-origin transform-style transition transition-delay transition-duration transition-property transition-timing-function unicode-bidi vertical-align visibility white-space width word-break word-spacing word-wrap z-index



 

সিএসএস Animatable


সংজ্ঞা এবং ব্যবহার

কিছু সিএসএস প্রোপার্টি animatable অর্থাৎ এদেরকে এনিমেশন ও ট্রানজিশন করতে ব্যবহার করা যায়।

সাইজ, নম্বর, শতকরা, কালার এর মত animatable প্রোপার্টিগুলোকেও এক মান থেকে অন্য মানে পরিবর্তন করা যায়।


ব্যাকগ্রাউন্ড-কালার লাল থেকে নীলে এনিমেট করেঃ

উদাহরণঃ

<!DOCTYPE html>
<html>
<head>
<style>
#thisDiv {
    width: 300px;
    height: 200px;
    background: red;
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}
/* অপেরা, ক্রোম, ও সাফারির জন্য */
@-webkit-keyframes mymove {
    from {background-color: green;}
    to {background-color: yellow;}
}
/* স্ট্যান্ডার্ড সিনট্যাক্স */
@keyframes mymove {
    from {background-color: green;}
    to {background-color: yellow;}
}
</style>
</head>
<body>
<p>background-color প্রোপার্টি ধীরে ধীরে সবুজ  থেকে হলুদ কালারে  পরিবর্তন হচ্ছেঃ<p>
<div id="thisDiv"></div>
<p> background-position  প্রোপার্টি CSS এর মাধ্যমে এনিমেটেড করা হয়েছে।</p>
<p><b>নোট:</b> CSS এনিমেশন ইন্টানেট এক্সপ্লোরার ৯ এবং আগের ভার্সনে সমর্থন করে না।</p>
</body>
</html>

ফলাফল




animatable প্রোপার্টি

এই প্রোপার্টিগুলো সিএসএস এ animatable :

প্রোপার্টি
backgroundউদাহরণ দেখুন
background-colorউদাহরণ দেখুন
background-positionউদাহরণ দেখুন
background-sizeউদাহরণ দেখুন
borderউদাহরণ দেখুন
border-bottomউদাহরণ দেখুন
border-bottom-colorউদাহরণ দেখুন
border-bottom-left-radiusউদাহরণ দেখুন
border-bottom-right-radiusউদাহরণ দেখুন
border-bottom-widthউদাহরণ দেখুন
border-colorউদাহরণ দেখুন
border-leftউদাহরণ দেখুন
border-left-colorউদাহরণ দেখুন
border-left-widthউদাহরণ দেখুন
border-rightউদাহরণ দেখুন
border-right-colorউদাহরণ দেখুন
border-right-widthউদাহরণ দেখুন
border-spacingউদাহরণ দেখুন
border-topউদাহরণ দেখুন
border-top-colorউদাহরণ দেখুন
border-top-left-radiusউদাহরণ দেখুন
border-top-right-radiusউদাহরণ দেখুন
border-top-widthউদাহরণ দেখুন
bottomউদাহরণ দেখুন
box-shadowউদাহরণ দেখুন
clipউদাহরণ দেখুন
colorউদাহরণ দেখুন
column-countউদাহরণ দেখুন
column-gapউদাহরণ দেখুন
column-ruleউদাহরণ দেখুন
column-rule-colorউদাহরণ দেখুন
column-rule-widthউদাহরণ দেখুন
column-widthউদাহরণ দেখুন
columnsউদাহরণ দেখুন
filterউদাহরণ দেখুন
flex
flex-basisউদাহরণ দেখুন
flex-growউদাহরণ দেখুন
flex-shrinkউদাহরণ দেখুন
fontউদাহরণ দেখুন
font-sizeউদাহরণ দেখুন
font-size-adjust
font-stretch
font-weightউদাহরণ দেখুন
heightউদাহরণ দেখুন
leftউদাহরণ দেখুন
letter-spacingউদাহরণ দেখুন
line-heightউদাহরণ দেখুন
marginউদাহরণ দেখুন
margin-bottomউদাহরণ দেখুন
margin-leftউদাহরণ দেখুন
margin-rightউদাহরণ দেখুন
margin-topউদাহরণ দেখুন
max-heightউদাহরণ দেখুন
max-widthউদাহরণ দেখুন
min-heightউদাহরণ দেখুন
min-widthউদাহরণ দেখুন
opacityউদাহরণ দেখুন
orderউদাহরণ দেখুন
outlineউদাহরণ দেখুন
outline-colorউদাহরণ দেখুন
outline-offsetউদাহরণ দেখুন
outline-widthউদাহরণ দেখুন
paddingউদাহরণ দেখুন
padding-bottomউদাহরণ দেখুন
padding-leftউদাহরণ দেখুন
padding-rightউদাহরণ দেখুন
padding-topউদাহরণ দেখুন
perspectiveউদাহরণ দেখুন
perspective-originউদাহরণ দেখুন
rightউদাহরণ দেখুন
text-decoration-colorউদাহরণ দেখুন
text-indentউদাহরণ দেখুন
text-shadowউদাহরণ দেখুন
topউদাহরণ দেখুন
transformউদাহরণ দেখুন
transform-originউদাহরণ দেখুন
vertical-alignউদাহরণ দেখুন
visibility
widthউদাহরণ দেখুন
word-spacingউদাহরণ দেখুন
z-indexউদাহরণ দেখুন