– Thả diều thi còn là một trong những trò bách hi tại hội hè đình đám.
II. THÂN BÀI
l.Cấu tạo
– Diều là một đồ chơi làm bằng nan tre, phất bằng giấy, người xưa dùng giấy bàn, có khi là những quyển sách chữ nho cũ được đem gở ra dùng.
– Diều có đuôi hoặc không có đuôi, có đeo sáo hoặc không có đeo sáo, có khi không deo sáo lại đeo một chiếc màng, còn gọi là ve hoặc cái van kêu ve ve.
– Lèo có lèo cái và lèo con, lèo cái một đâu buộc vào lèo con, lèo con buộc
vào khung con ở mé trên, còn đầu kia buộc vào phía dưới khung cái diều.
– Dây thả diều bằng chỉ, bằng gai cho các diều nhỏ, bằng dây tre chẻ chuyên theo chiều dài dây, dây mây, dây thừng nhỏ và sau này ca dây thép nữa cho các diều lớn.
– Sáo diều bằng ống tre hay gỗ khoét rỗng, hai đầu bằng gỗ bịt, có khe cho gió lòng vào tạo nên tiếng kêu. Màng diều làm bằng một thanh cật tre nhỏ cuốn hình
bán nguyệt, hai đầu thanh cật tre buộc căng một chiếc màng mỏng cấu tạo bởi lượt màng mỏng bóc ra từ một ống tre, hoặc mép một mảnh cua thân cây chuối.
2.Cách chơi
– Ở miền Nam, các em chơi diều bắt đầu từ mùa khô, khi gió đông nam bắt đầu nổi, và các em chơi qua Tết cho đến tháng Ba, tháng Tư.
– Thả diều các em phải ra nơi thoáng khí, và khí trời trong.
– Diều thả ra, nhờ sức gió đẩy lên cao nhưng phải buộc lèo và dòng dây.
– Với thú chơi diều, người xưa đã biết lợi dụng sức gió: con diều to, sợi dây nhỏ, nhờ có gió đưa con diều lên cao, nhưng nhờ có sợi dây mà con diều đứng vững.
– Gió mạnh đưa con diều lên, nhưng không có dây, con diều bay lên lại nhào xuống, lăn lộn, đâu có vẻ đẹp cùa con diều lư lửng trên bầu trời.
– Thời giờ đòi hỏi để làm một chiếc diều đã tập cho các em tính kiên nhẫn nguồn gốc của mọi sự thành công.
– Có thể chiếc diều mà các em hoàn thành không được như ý, trông không vừa mắt, nhưng đem thả diều lại lên cao và mạnh, điều này kinh nghiệm cho các làm những chiếc diều sau, tìm hiểu sự nong gió của đôi cánh diều cho diều lên bổng.
– Vẻ đẹp của con diều cũng cần nhưng cần hơn là diều phải nong gió để cao, cũng như con người sắc đẹp cần, nhưng cần hơn là đức tính để tạo hạnh trong cuộc sổng.
III. KẾT BÀI
– Chơi diều là một trong những trò chơi của tuổi thơ.
– Cần phải giữ gìn và phát huy nét đẹp hồn nhiên này nhiều hơn.
MB:
– Giới thiệu về đồ chơi dân gian
TB:
* Cấu tạo
– Diều là một đồ chơi làm bằng nan tre, phất bằng giấy, người xưa dùng giấy bàn, có khi là những quyển sách chữ nho cũ được đem gở ra dùng.
– Đuôi diều
– Dây thả diều
* Trang trí
* Phân loại: Diều có nhiều hình thù khác nhau (Diều cánh bướm, diều quyển vở,…)
* Cách chơi thả diều:
– Thả diều nơi rộng, thoáng khí, có gió.
– Diều thả ra, nhờ sức gió đẩy lên cao nhưng phải buộc lèo và dòng dây.
– Với thú chơi diều, người xưa đã biết lợi dụng sức gió: con diều to, sợi dây nhỏ, nhờ có gió đưa con diều lên cao, nhưng nhờ có sợi dây mà con diều đứng vững.
“use strict”;var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}();
(function() {
“use strict”;var e=function(){function n(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),e}}();function n(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function r(e,t){n(this,r),this.attrName="data-rocketlazyloadscript",this.browser=t,this.options=this.browser.options,this.triggerEvents=e,this.userEventListener=this.triggerListener.bind(this)}return e(r,[{key:"init",value:function(){this._addEventListener(this)}},{key:"reset",value:function(){this._removeEventListener(this)}},{key:"_addEventListener",value:function(t){this.triggerEvents.forEach(function(e){return window.addEventListener(e,t.userEventListener,t.options)})}},{key:"_removeEventListener",value:function(t){this.triggerEvents.forEach(function(e){return window.removeEventListener(e,t.userEventListener,t.options)})}},{key:"_loadScriptSrc",value:function(){var r=this,e=document.querySelectorAll("script["+this.attrName+"]");0!==e.length&&Array.prototype.slice.call(e).forEach(function(e){var t=e.getAttribute(r.attrName);e.setAttribute("src",t),e.removeAttribute(r.attrName)}),this.reset()}},{key:"triggerListener",value:function(){this._loadScriptSrc(),this._removeEventListener(this)}}],[{key:"run",value:function(){RocketBrowserCompatibilityChecker&&new r(["keydown","mouseover","touchmove","touchstart","wheel"],new RocketBrowserCompatibilityChecker({passive:!0})).init()}}]),r}();t.run();
}());
/* */
(function() {
“use strict”;var r=”function”==typeof Symbol&&”symbol”==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&”function”==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?”symbol”:typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:”_addPrefetchLink”,value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement(“link”);n.rel=”prefetch”,n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:”_prepareUrl”,value:function(e){if(null===e||”object”!==(void 0===e?”undefined”:r(e))||!1 in e||-1===[“http:”,”https:”].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:”_getPathname”,value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith(“/”)||(n=”/”+n),this._shouldAddTrailingSlash(n)?n+”/”:n}},{key:”_shouldAddTrailingSlash”,value:function(e){return this.config.usesTrailingSlash&&!e.endsWith(“/”)&&!this.regex.fileExt.test(e)}},{key:”_isLinkOk”,value:function(e){return null!==e&&”object”===(void 0===e?”undefined”:r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf(“?”)&&-1===e.href.indexOf(“#”)&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:”run”,value:function(){“undefined”!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run();
}());
var mejsL10n = {“language”:”en”,”strings”:{“mejs.download-file”:”Download File”,”mejs.install-flash”:”You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https://get.adobe.com/flashplayer/”,”mejs.fullscreen”:”Fullscreen”,”mejs.play”:”Play”,”mejs.pause”:”Pause”,”mejs.time-slider”:”Time Slider”,”mejs.time-help-text”:”Use Left/Right Arrow keys to advance one second, Up/Down arrows to advance ten seconds.”,”mejs.live-broadcast”:”Live Broadcast”,”mejs.volume-help-text”:”Use Up/Down Arrow keys to increase or decrease volume.”,”mejs.unmute”:”Unmute”,”mejs.mute”:”Mute”,”mejs.volume-slider”:”Volume Slider”,”mejs.video-player”:”Video Player”,”mejs.audio-player”:”Audio Player”,”mejs.captions-subtitles”:”Captions/Subtitles”,”mejs.captions-chapters”:”Chapters”,”mejs.none”:”None”,”mejs.afrikaans”:”Afrikaans”,”mejs.albanian”:”Albanian”,”mejs.arabic”:”Arabic”,”mejs.belarusian”:”Belarusian”,”mejs.bulgarian”:”Bulgarian”,”mejs.catalan”:”Catalan”,”mejs.chinese”:”Chinese”,”mejs.chinese-simplified”:”Chinese (Simplified)”,”mejs.chinese-traditional”:”Chinese (Traditional)”,”mejs.croatian”:”Croatian”,”mejs.czech”:”Czech”,”mejs.danish”:”Danish”,”mejs.dutch”:”Dutch”,”mejs.english”:”English”,”mejs.estonian”:”Estonian”,”mejs.filipino”:”Filipino”,”mejs.finnish”:”Finnish”,”mejs.french”:”French”,”mejs.galician”:”Galician”,”mejs.german”:”German”,”mejs.greek”:”Greek”,”mejs.haitian-creole”:”Haitian Creole”,”mejs.hebrew”:”Hebrew”,”mejs.hindi”:”Hindi”,”mejs.hungarian”:”Hungarian”,”mejs.icelandic”:”Icelandic”,”mejs.indonesian”:”Indonesian”,”mejs.irish”:”Irish”,”mejs.italian”:”Italian”,”mejs.japanese”:”Japanese”,”mejs.korean”:”Korean”,”mejs.latvian”:”Latvian”,”mejs.lithuanian”:”Lithuanian”,”mejs.macedonian”:”Macedonian”,”mejs.malay”:”Malay”,”mejs.maltese”:”Maltese”,”mejs.norwegian”:”Norwegian”,”mejs.persian”:”Persian”,”mejs.polish”:”Polish”,”mejs.portuguese”:”Portuguese”,”mejs.romanian”:”Romanian”,”mejs.russian”:”Russian”,”mejs.serbian”:”Serbian”,”mejs.slovak”:”Slovak”,”mejs.slovenian”:”Slovenian”,”mejs.spanish”:”Spanish”,”mejs.swahili”:”Swahili”,”mejs.swedish”:”Swedish”,”mejs.tagalog”:”Tagalog”,”mejs.thai”:”Thai”,”mejs.turkish”:”Turkish”,”mejs.ukrainian”:”Ukrainian”,”mejs.vietnamese”:”Vietnamese”,”mejs.welsh”:”Welsh”,”mejs.yiddish”:”Yiddish”}};