{"id":8060,"date":"2015-03-29T11:07:58","date_gmt":"2015-03-29T15:07:58","guid":{"rendered":"http:\/\/bangla.salearningschool.com\/?p=8060"},"modified":"2015-11-14T06:05:51","modified_gmt":"2015-11-14T11:05:51","slug":"%e0%a6%9c%e0%a7%87-%e0%a6%95%e0%a7%81%e0%a7%9f%e0%a6%be%e0%a6%b0%e0%a7%80-%e0%a6%87%e0%a6%ab%e0%a7%87%e0%a6%95%e0%a7%8d%e0%a6%9f-%e0%a6%85%e0%a7%8d%e0%a6%af%e0%a6%be%e0%a6%a8%e0%a6%bf","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=8060","title":{"rendered":"\u099c\u09c7- \u0995\u09c1\u09df\u09be\u09b0\u09c0 \u0987\u09ab\u09c7\u0995\u09cd\u099f \u2013 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 : jQuery Animations &#8211; The animate() Method"},"content":{"rendered":"<p><strong>\u09b6\u0989\u09b2\u09bf<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>Query animate() method \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09c0 \u0995\u09b0\u09be\u09b0 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf :<\/p>\n<p><strong> \u09b8\u09bf\u09a8\u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8<\/strong><\/p>\n<hr \/>\n<pre>$(selector).animate({params},speed,callback);<\/pre>\n<hr \/>\n<p>\u09b8\u09bf\u09a8\u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8 \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09af\u09c7 {params}, parameter \u0986\u099b\u09c7 \u09a4\u09be\u0995\u09c7 \u09af\u09be\u09b0 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09c0 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7 \u09a4\u09be\u09b0 CSS property \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 define \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964<\/p>\n<p>\u0985\u09a8\u09cd\u09af parameter (speed parameter) \u099f\u09bf \u0985\u09aa\u09b6\u09a8\u09be\u09b2 \u098f\u09ac\u0982 \u098f\u099f\u09bf \u09ac\u09cd\u09af\u09be\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09df \u0987\u09ab\u09c7\u0995\u09cd\u099f \u0986\u09b0 \u09b8\u09ae\u09af\u09bc\u0995\u09be\u09b2 (duration) \u09b8\u09c7\u099f \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0964 &#8220;slow&#8221;, &#8220;fast&#8221;, \u0985\u09a5\u09ac\u09be \u09ae\u09bf\u09b2\u09bf \u09b8\u09c7\u0995\u09c7\u09a8\u09cd\u09a1 \u098f \u0993 \u09ad\u09cd\u09af\u09be\u09b2\u09c1 \u09a6\u09c7\u09df\u09be \u09af\u09be\u09df\u0964<\/p>\n<p>\u0985\u09a8\u09cd\u09af \u0986\u09b0 \u0985\u09aa\u09b6\u09a8\u09be\u09b2 \u098f\u0995\u099f\u09bf parameter callback \u09af\u09be \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u09b8\u09ae\u09be\u09aa\u09cd\u09a4 \u09b9\u0993\u09df\u09be\u09b0 \u09aa\u09b0\u09c7 \u0995\u09be\u09b0\u09cd\u09af\u0995\u09b0 \u0995\u09b0\u09be \u09b9\u09df\u0964<\/p>\n<p>\u098f\u0995\u099f\u09bf \u0996\u09c1\u09ac \u099b\u09cb\u099f \u0989\u09a6\u09be\u09b9\u09b0\u09a3 \u09a8\u09c0\u099a\u09c7 \u09a6\u09c7\u0993\u09af\u09bc\u09be \u09b9\u09b2\u09cb<\/p>\n<hr \/>\n<pre>$(\"button\").click(function(){\r\n\u00a0\u00a0\u00a0 $(\"div\").animate({left: '250px'});\r\n});<\/pre>\n<hr \/>\n<p><strong>\u09ab\u09b2\u09be\u09ab\u09b2<\/strong> : <a href=\"http:\/\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/03\/animate.html\" target=\"_blank\">animate()<\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>jQuery animate() method \u098f\u0995\u09be\u09a7\u09bf\u0995 Properties<\/h2>\n<p>\u098f\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u098f\u0995\u09be\u09a7\u09bf\u0995 Properties \u098f\u0995\u0987 \u09b8\u09ae\u09af\u09bc\u09c7 animate \u0995\u09b0\u09be \u09af\u09c7\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7<\/p>\n<hr \/>\n<pre>$(\"button\").click(function(){\r\n\u00a0\u00a0\u00a0 $(\"div\").animate({\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 left: '250px',\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 opacity: '0.5',\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 height: '150px',\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 width: '150px'\r\n\u00a0\u00a0\u00a0 });\r\n});<\/pre>\n<hr \/>\n<p><strong>\u09ab\u09b2\u09be\u09ab\u09b2<\/strong> : <a href=\"http:\/\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/03\/\u098f\u0995\u09be\u09a7\u09bf\u0995-Properties.html\" target=\"_blank\">\u098f\u0995\u09be\u09a7\u09bf\u0995 Properties<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u098f\u0996\u09a8 \u09aa\u09cd\u09b0\u09b6\u09cd\u09a8 \u09b9\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7 animate() method \u09a6\u09bf\u09df\u09be \u0995\u09bf CSS Properties animate \u0995\u09b0\u09be \u09b8\u09ae\u09cd\u09ad\u09ac?<\/strong><\/p>\n<p>\u0989\u09a4\u09cd\u09a4\u09b0 \u09aa\u09cd\u09b0\u09be\u09af\u09bc, \u09b9\u09cd\u09af\u09be\u0981!<\/p>\n<p>&nbsp;<\/p>\n<p>\u098f\u0996\u09a8 \u0986\u09ae\u09b0\u09be \u09a6\u09c7\u0996\u09ac \u0995\u09bf\u09ad\u09be\u09ac\u09c7 animate() \u09ae\u09c7\u09a5\u09a1 Relative Values \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7 |<\/p>\n<hr \/>\n<pre>$(\"button\").click(function(){\r\n\u00a0\u00a0\u00a0 $(\"div\").animate({\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 left: '250px',\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 height: '+=150px',\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 width: '+=150px'\r\n\u00a0\u00a0\u00a0 });\r\n});<\/pre>\n<hr \/>\n<p><strong>\u09ab\u09b2\u09be\u09ab\u09b2<\/strong> : <a href=\"http:\/\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/03\/Relative-Values.html\" target=\"_blank\">Relative Values<\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>\u09aa\u09c2\u09b0\u09cd\u09ac \u09a8\u09bf\u09b0\u09cd\u09a7\u09be\u09b0\u09bf\u09a4 (Pre-defined) Values \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7\u0993 animate() method use \u0995\u09b0\u09be \u09af\u09be\u09df<\/h2>\n<p>\u09af\u09c7\u09ae\u09a8 \u09a8\u09bf\u099a\u09c7\u09b0 \u0989\u09a7\u09be\u09b9\u09b0\u09a3 \u09a6\u09c7\u0996\u09c1\u09a8<\/p>\n<hr \/>\n<pre>$(\"button\").click(function(){\r\n\u00a0\u00a0\u00a0 $(\"div\").animate({\r\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 height: 'toggle'\r\n\u00a0\u00a0\u00a0 });\r\n});<\/pre>\n<hr \/>\n<p><strong>\u09ab\u09b2\u09be\u09ab\u09b2<\/strong> : <a href=\"http:\/\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/03\/Pre-defined.html\" target=\"_blank\">Pre-defined<\/a><\/p>\n<p>&nbsp;<\/p>\n<h2>\u098f\u09ac\u09be\u09b0 \u0986\u09ae\u09be\u09b0 \u09a6\u09c7\u0996\u09ac \u0995\u09bf\u09ad\u09be\u09ac\u09c7 Queue Functionality \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7 animate() method use \u0995\u09b0\u09be \u09af\u09be\u09df<\/h2>\n<p>\u09af\u09c7\u09ae\u09a8 \u09a8\u09bf\u099a\u09c7\u09b0 \u0989\u09a7\u09be\u09b9\u09b0\u09a3 \u09a6\u09c1\u099f\u09bf \u09b2\u0995\u09cd\u09b7 \u0995\u09b0\u09c1\u09a8<\/p>\n<p>\u0989\u09a7\u09be\u09b9\u09b0\u09a3 1 .<\/p>\n<p>\u0986\u09aa\u09a8\u09bf \u09af\u09a6\u09bf \u098f\u0995\u09c7 \u0985\u09aa\u09b0\u09c7\u09b0 \u09aa\u09b0 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u09b8\u09ae\u09cd\u09aa\u09be\u09a6\u09a8 \u0995\u09b0\u09a4\u09c7 \u099a\u09be\u09a8 , \u09a4\u0996\u09a8 Queue Functionality ar \u09b8\u09c1\u09ac\u09bf\u09a7\u09be \u0997\u09cd\u09b0\u09b9\u09a3 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u09a8<\/p>\n<hr \/>\n<pre>$(\"button\").click(function(){\r\n\u00a0\u00a0\u00a0 var div = $(\"div\");\r\n\u00a0\u00a0\u00a0 div.animate({height: '300px', opacity: '0.4'}, \"slow\");\r\n\u00a0\u00a0\u00a0 div.animate({width: '300px', opacity: '0.8'}, \"slow\");\r\n\u00a0\u00a0\u00a0 div.animate({height: '100px', opacity: '0.4'}, \"slow\");\r\n\u00a0\u00a0\u00a0 div.animate({width: '100px', opacity: '0.8'}, \"slow\");\r\n});<\/pre>\n<hr \/>\n<p><strong>\u09ab\u09b2\u09be\u09ab\u09b2<\/strong> : <a href=\"http:\/\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/03\/Queue-Functionality.html\" target=\"_blank\">Queue Functionality<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong>\u0989\u09a7\u09be\u09b9\u09b0\u09a3 2<\/strong><\/p>\n<p>\u098f\u099f\u09be \u09aa\u09cd\u09f0\u09a5\u09ae \u098f &lt;div&gt; \u098f\u09b2\u09bf\u09ae\u09c7\u09a8\u09cd\u099f \u0995\u09c7 \u09a1\u09be\u09a8 \u09a6\u09bf\u0995\u09c7 \u09ae\u09c1\u09ad \u0995\u09b0\u09c7 \u098f\u09ac\u0982 \u09a4\u09be\u09b0\u09aa\u09b0 \u09ab\u09a8\u09cd\u099f \u09b8\u09be\u0987\u099c \u09ac\u09be\u09dc\u09be\u09df<\/p>\n<hr \/>\n<pre>$(\"button\").click(function(){\r\n\u00a0\u00a0\u00a0 var div = $(\"div\");\r\n\u00a0\u00a0\u00a0 div.animate({left: '100px'}, \"slow\");\r\n\u00a0\u00a0\u00a0 div.animate({fontSize: '3em'}, \"slow\");\r\n});<\/pre>\n<hr \/>\n<p><strong>\u09ab\u09b2\u09be\u09ab\u09b2<\/strong> : <a href=\"http:\/\/bangla.salearningschool.com\/wp-content\/uploads\/2015\/03\/\u09ab\u09a8\u09cd\u099f-\u09b8\u09be\u0987\u099c.html\" target=\"_blank\">\u09ab\u09a8\u09cd\u099f \u09b8\u09be\u0987\u099c<\/a><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u09b6\u0989\u09b2\u09bf &nbsp; Query animate() method \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09c0 \u0995\u09b0\u09be\u09b0 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf : \u09b8\u09bf\u09a8\u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8 $(selector).animate({params},speed,callback); \u09b8\u09bf\u09a8\u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8 \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09af\u09c7 {params}, parameter \u0986\u099b\u09c7 \u09a4\u09be\u0995\u09c7 \u09af\u09be\u09b0 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09c0 \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7 \u09a4\u09be\u09b0 CSS property \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 define \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7\u0964 \u0985\u09a8\u09cd\u09af parameter (speed parameter) \u099f\u09bf \u0985\u09aa\u09b6\u09a8\u09be\u09b2 \u098f\u09ac\u0982 \u098f\u099f\u09bf \u09ac\u09cd\u09af\u09be\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09df \u0987\u09ab\u09c7\u0995\u09cd\u099f \u0986\u09b0 \u09b8\u09ae\u09af\u09bc\u0995\u09be\u09b2 (duration) \u09b8\u09c7\u099f \u0995\u09b0\u09be\u09b0 \u099c\u09a8\u09cd\u09af \u0964 &hellip; <\/p>\n<p><a class=\"more-link btn\" href=\"http:\/\/bangla.sitestree.com\/?p=8060\">Continue reading<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[152],"tags":[519,499,505,518,517,516],"class_list":["post-8060","post","type-post","status-publish","format-standard","hentry","category-jquery","tag-animation","tag-jquery","tag-method","tag-518","tag-517","tag-516","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":8195,"url":"http:\/\/bangla.sitestree.com\/?p=8195","url_meta":{"origin":8060,"position":0},"title":"\u099c\u09c7- \u0995\u09c1\u09df\u09be\u09b0\u09c0 \u0987\u09ab\u09c7\u0995\u09cd\u099f \u2013 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8","author":"Author-Check- Article-or-Video","date":"March 31, 2015","format":false,"excerpt":"\u099c\u09c7- \u0995\u09c1\u09df\u09be\u09b0\u09c0 \u0987\u09ab\u09c7\u0995\u09cd\u099f \u2013 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 : Query animate() method \u09ac\u09cd\u09af\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09c7 \u0995\u09be\u09b8\u09cd\u099f\u09ae \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09c0 \u0995\u09b0\u09be\u09b0 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf : \u09b8\u09bf\u09a8\u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8: $(selector).animate({params},speed,callback); \u09b8\u09bf\u09a8\u099f\u09cd\u09af\u09be\u0995\u09cd\u09b8 \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u09af\u09c7 {params}, parameter \u0986\u099b\u09c7 \u09a4\u09be\u0995\u09c7 \u09af\u09be\u09b0 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u09a4\u09c8\u09b0\u09c0 \u0995\u09b0\u09a4\u09c7 \u09a4\u09be\u09b0 CSS property \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 define \u0995\u09b0\u09a4\u09c7 \u09b9\u09ac\u09c7. \u0985\u09a8\u09cd\u09af parameter (speed parameter) \u099f\u09bf \u0985\u09aa\u09b6\u09a8\u09be\u09b2 \u098f\u09ac\u0982 \u098f\u099f\u09bf \u09ac\u09cd\u09af\u09be\u09ac\u09b9\u09be\u09b0 \u0995\u09b0\u09be \u09b9\u09df\u2026","rel":"","context":"In &quot;JQuery : \u099c\u09c7\u0995\u09c1\u098f\u09b0\u09bf&quot;","block_context":{"text":"JQuery : \u099c\u09c7\u0995\u09c1\u098f\u09b0\u09bf","link":"http:\/\/bangla.sitestree.com\/?cat=500"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5753,"url":"http:\/\/bangla.sitestree.com\/?p=5753","url_meta":{"origin":8060,"position":1},"title":"jQuery \u09ad\u09c2\u09ae\u09bf\u0995\u09be (jQuery Introduction)","author":"Author-Check- Article-or-Video","date":"December 22, 2014","format":false,"excerpt":"jQuery \u098f\u0995\u099f\u09bf \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09c7\u09b0\u09c0\u0964 jQuery\u00a0\u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u09aa\u09cd\u09b0\u09cb\u0997\u09cd\u09b0\u09be\u09ae\u09bf\u0982 \u0995\u09c7 \u0985\u09a8\u09c7\u0995 \u09b8\u09b9\u099c \u0995\u09b0\u09c7\u0964 jQuery \u09b6\u09c7\u0996\u09be \u09b8\u09b9\u099c\u0964 \u00a0 jQuery \u098f\u09b0 \u0989\u09a6\u09cd\u09a6\u09c7\u09b6\u09cd\u09af \u09b9\u099a\u09cd\u099b\u09c7 \u0993\u09df\u09c7\u09ac\u09c7 \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f\u0995\u09c7 \u09b8\u09b9\u099c \u0995\u09b0\u09be\u0964 \u00a0 jQuery \u09b6\u09c7\u0996\u09be \u09b6\u09c1\u09b0\u09c1 \u0995\u09b0\u09be\u09b0 \u0986\u0997\u09c7 \u0986\u09aa\u09a8\u09be\u09b0 \u0995\u09bf\u099b\u09c1 \u09ac\u09bf\u09b7\u09df\u09c7\u09b0 \u09ae\u09cc\u09b2\u09bf\u0995 (\u09b8\u09be\u09a7\u09be\u09b0\u09a3) \u099c\u09cd\u099e\u09be\u09a8 \u09a5\u09be\u0995\u09a4\u09c7 \u09b9\u09ac\u09c7\u0983 \u098f\u0987\u099a\u099f\u09bf\u098f\u09ae\u098f\u09b2 \u09b8\u09bf\u098f\u09b8\u098f\u09b8 \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u0986\u09aa\u09a8\u09bf \u09af\u09a6\u09bf \u0989\u0995\u09cd\u09a4 \u09ac\u09bf\u09b7\u09df\u0997\u09c1\u09b2\u09cb \u09ac\u09bf\u09b6\u09a6\u09ad\u09be\u09ac\u09c7 \u0985\u09a7\u09cd\u09af\u09af\u09bc\u09a8 \u0995\u09b0\u09a4\u09c7 \u099a\u09be\u09a8, \u09a4\u09be\u09b9\u09b2\u09c7 \u0986\u09aa\u09a8\u09bf \u0986\u09ae\u09be\u09a6\u09c7\u09b0\u2026","rel":"","context":"In &quot;jQuery-001 \u0964 \u099c\u09c7 \u0995\u09c1\u09df\u09c7\u09b0\u09bf - \u09e6\u09e6\u09e7&quot;","block_context":{"text":"jQuery-001 \u0964 \u099c\u09c7 \u0995\u09c1\u09df\u09c7\u09b0\u09bf - \u09e6\u09e6\u09e7","link":"http:\/\/bangla.sitestree.com\/?cat=152"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":6234,"url":"http:\/\/bangla.sitestree.com\/?p=6234","url_meta":{"origin":8060,"position":2},"title":"\u09b8\u09bf\u098f\u09b8\u098f\u09b8 \u09e9 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8\u09b8 (CSS3 Animations)","author":"Author-Check- Article-or-Video","date":"February 9, 2015","format":false,"excerpt":"\u09b8\u09c1\u09a6\u09c0\u09aa\u09cd\u09a4 \u09b8\u09be\u09b9\u09be \u00a0 \u09ab\u09cd\u09b2\u09be\u09b8 \u09ac\u09be \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09a4\u09c8\u09b0\u09bf \u0993\u09df\u09c7\u09ac \u09aa\u09c7\u099c\u09c7\u09b0 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8\u0997\u09c1\u09b2\u09cb \u09b8\u09bf\u098f\u09b8\u098f\u09b83 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u09a6\u09cd\u09ac\u09be\u09b0\u09be \u09ac\u09a6\u09b2 \u0995\u09b0\u09be \u09af\u09be\u09df\u0964 \u00a0 \u09ac\u09cd\u09b0\u09be\u0989\u099c\u09be\u09b0 \u09b8\u09be\u09aa\u09cb\u09b0\u09cd\u099f \u09a8\u09bf\u099a\u09c7\u09b0 \u099f\u09c7\u09ac\u09bf\u09b2\u09c7 \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09bf\u09a4 \u09a8\u09be\u09ae\u09cd\u09ac\u09be\u09b0\u0997\u09c1\u09b2\u09cb \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u099b\u09c7 \u0995\u09cb\u09a8 \u09ac\u09cd\u09b0\u09be\u0989\u099c\u09be\u09b0\u09c7\u09b0 \u0995\u09cb\u09a8 \u09ad\u09be\u09b0\u09cd\u09b6\u09a8\u0997\u09c1\u09b2\u09cb \u098f\u0987 \u09aa\u09cd\u09b0\u09aa\u09be\u09b0\u09cd\u099f\u09bf\u0995\u09c7 \u09b8\u09ae\u09cd\u09aa\u09c2\u09b0\u09cd\u09a3\u09ad\u09be\u09ac\u09c7 \u09b8\u09be\u09aa\u09cb\u09b0\u09cd\u099f \u0995\u09b0\u09c7\u0964 -webkit-, -moz-, \u0985\u09a5\u09ac\u09be -o- \u09af\u09c1\u0995\u09cd\u09a4 \u09ac\u09cd\u09b0\u09be\u0989\u099c\u09be\u09b0\u09c7\u09b0 \u09aa\u09cd\u09b0\u09bf\u09ab\u09bf\u0995\u09cd\u09b8 \u09ad\u09be\u09b0\u09cd\u09b8\u09a8\u0997\u09c1\u09b2\u09cb \u09a8\u09bf\u09b0\u09cd\u09a6\u09c7\u09b6 \u0995\u09b0\u099b\u09c7 \u09af\u09be \u09aa\u09cd\u09b0\u09a5\u09ae \u098f\u0987 \u09aa\u09cd\u09b0\u09aa\u09be\u09b0\u09cd\u099f\u09bf \u09b8\u09be\u09aa\u09cb\u09b0\u09cd\u099f\u2026","rel":"","context":"In &quot;\u09b8\u09bf \u098f\u09b8 \u098f\u09b8 \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09df\u09be\u09b2 (css tutorial)&quot;","block_context":{"text":"\u09b8\u09bf \u098f\u09b8 \u098f\u09b8 \u099f\u09bf\u0989\u099f\u09cb\u09b0\u09bf\u09df\u09be\u09b2 (css tutorial)","link":"http:\/\/bangla.sitestree.com\/?cat=174"},"img":{"alt_text":"chrome","src":"https:\/\/i0.wp.com\/www.w3schools.com\/images\/compatible_chrome.gif?resize=350%2C200","width":350,"height":200},"classes":[]},{"id":8030,"url":"http:\/\/bangla.sitestree.com\/?p=8030","url_meta":{"origin":8060,"position":3},"title":"\u099c\u09c7\u0995\u09df\u09be\u09b0\u09bf \u098f\u09ab\u09c7\u0995\u09cd\u099f \u09ae\u09c7\u09a5\u09a1\u09b8\u0964 jQuery Effect Methods Reference","author":"Author-Check- Article-or-Video","date":"March 29, 2015","format":false,"excerpt":"\u099c\u09c7\u0995\u09df\u09be\u09b0\u09bf \u098f\u09ab\u09c7\u0995\u09cd\u099f \u09ae\u09c7\u09a5\u09a1 \u09a8\u09df\u09a8 \u099a\u09a8\u09cd\u09a6\u09cd\u09b0 \u09b8\u09b0\u0995\u09be\u09b0 \u099c\u09c7\u0995\u09df\u09be\u09b0\u09bf \u09b9\u09b2 \u098f\u09ae\u09a8 \u098f\u0995\u099f\u09bf \u099c\u09be\u09ad\u09be\u09b8\u09cd\u0995\u09cd\u09b0\u09bf\u09aa\u09cd\u099f \u09b2\u09be\u0987\u09ac\u09cd\u09b0\u09bf \u09af\u09be \u09b8\u09b9\u099c, \u099b\u09cb\u099f \u098f\u09ac\u0982 \u09b8\u09ae\u09c3\u09a6\u09cd\u09a7 \u098f\u09ac\u0982 \u09af\u09be, \u098f\u0987\u099a \u099f\u09bf \u098f\u09ae \u098f\u09b2 \u09a1\u0995\u09c1\u09ae\u09c7\u09a8\u09cd\u099f \u0997\u09c1\u09b2\u09cb\u0995\u09c7 \u098f\u0995\u099f\u09be \u098f \u09aa\u09bf \u0986\u0987 \u098f\u09b0 \u09ae\u09be\u09a7\u09cd\u09af\u09ae\u09c7 \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u09ac\u09cd\u09b0\u09be\u0989\u099c\u09be\u09b0 \u09a6\u0995\u09cd\u09b7\u09a4\u09be \u09b8\u09b9\u0995\u09be\u09b0\u09c7 \u09b9\u09b8\u09cd\u09a4\u099a\u09be\u09b2\u09a8 \u0995\u09b0\u09a4\u09c7 \u09b8\u09be\u09b9\u09be\u09af\u09cd\u09af \u0995\u09b0\u09c7\u0964 \u09a8\u09bf\u099a\u09c7 \u098f\u09b0 \u098f\u09ab\u09c7\u0995\u09cd\u099f \u0997\u09c1\u09b2\u09cb \u0986\u09b2\u09cb\u099a\u09a8\u09be \u0995\u09b0\u09be \u09b9\u09b2\u0964 \u099c\u09c7\u0995\u09df\u09be\u09b0\u09bf\u09b0 \u0985\u09cd\u09af\u09be\u09a8\u09bf\u09ae\u09c7\u09b6\u09a8 \u098f\u09ab\u09c7\u0995\u09cd\u099f \u09a4\u09c8\u09b0\u09bf\u2026","rel":"","context":"In &quot;JQuery : \u099c\u09c7\u0995\u09c1\u098f\u09b0\u09bf&quot;","block_context":{"text":"JQuery : \u099c\u09c7\u0995\u09c1\u098f\u09b0\u09bf","link":"http:\/\/bangla.sitestree.com\/?cat=500"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":8024,"url":"http:\/\/bangla.sitestree.com\/?p=8024","url_meta":{"origin":8060,"position":4},"title":"jQuery \u0987\u09ab\u09c7\u0995\u09cd\u099f\u09b8 &#8211; \u09b8\u09cd\u09b2\u09be\u0987\u09a1 \u0987\u09ab\u09c7\u0995\u09cd\u099f\u0964 jQuery Effects &#8211; Sliding","author":"Author-Check- Article-or-Video","date":"March 29, 2015","format":false,"excerpt":"\u0986\u09b2\u09be\u09ae\u09bf\u09a8 \u09ae\u09a8\u09bf\u09b0 \u00a0 JQuery \u09a6\u09bf\u09df\u09c7 \u0986\u09aa\u09a8\u09bf \u09ac\u09bf\u09ad\u09bf\u09a8\u09cd\u09a8 \u0989\u09aa\u09be\u09a6\u09be\u09a8\u09c7\u09b0 \u098f\u0995\u099f\u09bf \u09b8\u09cd\u09b2\u09be\u0987\u09a1\u09be\u09b0 \u09aa\u09cd\u09b0\u09ad\u09be\u09ac \u09a4\u09c8\u09b0\u09bf \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u09a8. jQuery \u098f\u09b0 \u09a8\u09bf\u09ae\u09cd\u09a8\u09b2\u09bf\u0996\u09bf\u09a4 \u09b8\u09cd\u09b2\u09be\u0987\u09a1 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf \u0986\u099b\u09c7: jQuery slideDown() JQuery \u098f\u09b0 slideDown () \u09ae\u09c7\u09a5\u09a1 \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8 \u0995\u09b0\u09c7\u0964 jQuery slideUp() JQuery \u098f\u09b0 slideUp () \u09ae\u09c7\u09a5\u09a1 \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8 \u0995\u09b0\u09c7\u0964 jQuery slideToggle() JQuery \u098f\u09b0 SlideToggle () \u09ae\u09c7\u09a5\u09a1 \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8 \u0995\u09b0\u09c7\u0964 \u09a4\u09bf\u09a8\u099f\u09bf \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf \u09a7\u09be\u09aa\u09c7\u2026","rel":"","context":"In &quot;jQuery-001 \u0964 \u099c\u09c7 \u0995\u09c1\u09df\u09c7\u09b0\u09bf - \u09e6\u09e6\u09e7&quot;","block_context":{"text":"jQuery-001 \u0964 \u099c\u09c7 \u0995\u09c1\u09df\u09c7\u09b0\u09bf - \u09e6\u09e6\u09e7","link":"http:\/\/bangla.sitestree.com\/?cat=152"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":8022,"url":"http:\/\/bangla.sitestree.com\/?p=8022","url_meta":{"origin":8060,"position":5},"title":"jQuery \u0987\u09ab\u09c7\u0995\u09cd\u099f\u09b8 &#8211; \u099c\u09be\u09aa\u09cd\u09b8\u09be \u0987\u09ab\u09c7\u0995\u09cd\u099f \u0964 jQuery Effects &#8211; Fading","author":"Author-Check- Article-or-Video","date":"March 29, 2015","format":false,"excerpt":"\u0986\u09b2\u09be\u09ae\u09bf\u09a8 \u09ae\u09a8\u09bf\u09b0 \u00a0 jQuery \u098f\u09b0 \u09ab\u09c7\u0987\u09a1 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf \u09a8\u09bf\u09ae\u09cd\u09a8\u09c7 \u09a6\u09c7\u09df\u09be \u09b9\u09b2\u0983 JQuery \u09a6\u09bf\u09df\u09c7 \u0986\u09aa\u09a8\u09bf \u098f\u0995\u099f\u09bf \u09b2\u09c7\u0996\u09be\u0995\u09c7 \u09a6\u09c3\u09b6\u09cd\u09af\u09ae\u09be\u09a8\u09a4\u09be \u098f\u09ac\u0982 \u098f\u0987 \u0989\u09aa\u09be\u09a6\u09be\u09a8\u099f\u09bf \u0986\u0989\u099f\/\u09ac\u09bf\u09ac\u09b0\u09cd\u09a3 \u0995\u09b0\u09a4\u09c7 \u09aa\u09be\u09b0\u09c7\u09a8\u0964 jQuery \u098f\u09b0 \u09a8\u09bf\u09ae\u09cd\u09a8\u09b2\u09bf\u0996\u09bf\u09a4 \u09ac\u09bf\u09ac\u09b0\u09cd\u09a3 \u09aa\u09a6\u09cd\u09a7\u09a4\u09bf \u0986\u099b\u09c7: fadeIn() JQuery \u098f\u09b0 FadeIn () \u09ae\u09c7\u09a5\u09a1 \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8 \u0995\u09b0\u09c7\u0964 jQuery fadeOut() JQuery \u098f\u09b0 Fadeout () \u09ae\u09c7\u09a5\u09a1 \u09aa\u09cd\u09b0\u09a6\u09b0\u09cd\u09b6\u09a8 \u0995\u09b0\u09c7\u0964 jQuery fadeToggle() JQuery \u098f\u09b0 fadeToggle\u2026","rel":"","context":"In &quot;jQuery-001 \u0964 \u099c\u09c7 \u0995\u09c1\u09df\u09c7\u09b0\u09bf - \u09e6\u09e6\u09e7&quot;","block_context":{"text":"jQuery-001 \u0964 \u099c\u09c7 \u0995\u09c1\u09df\u09c7\u09b0\u09bf - \u09e6\u09e6\u09e7","link":"http:\/\/bangla.sitestree.com\/?cat=152"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/8060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8060"}],"version-history":[{"count":5,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/8060\/revisions"}],"predecessor-version":[{"id":11389,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/8060\/revisions\/11389"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8060"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8060"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}