{"id":1266,"date":"2021-01-24T07:39:00","date_gmt":"2021-01-24T07:39:00","guid":{"rendered":"https:\/\/pappcseperke.hu\/?p=1266"},"modified":"2023-08-22T18:35:09","modified_gmt":"2023-08-22T16:35:09","slug":"css-transitions-in-elementor-navbar","status":"publish","type":"post","link":"https:\/\/pappcseperke.hu\/hu\/css-transitions-in-elementor-navbar\/","title":{"rendered":"CSS transitions in Elementor Navbar"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"1266\" class=\"elementor elementor-1266\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b156c0c elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"b156c0c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[{&quot;jet_parallax_layout_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;_id&quot;:&quot;0443722&quot;,&quot;jet_parallax_layout_image_tablet&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_image_mobile&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;jet_parallax_layout_speed&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:50,&quot;sizes&quot;:[]},&quot;jet_parallax_layout_type&quot;:&quot;scroll&quot;,&quot;jet_parallax_layout_direction&quot;:&quot;1&quot;,&quot;jet_parallax_layout_fx_direction&quot;:null,&quot;jet_parallax_layout_z_index&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x&quot;:50,&quot;jet_parallax_layout_bg_x_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_x_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y&quot;:50,&quot;jet_parallax_layout_bg_y_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_y_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size&quot;:&quot;auto&quot;,&quot;jet_parallax_layout_bg_size_tablet&quot;:&quot;&quot;,&quot;jet_parallax_layout_bg_size_mobile&quot;:&quot;&quot;,&quot;jet_parallax_layout_animation_prop&quot;:&quot;transform&quot;,&quot;jet_parallax_layout_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;]}]}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-cdd887b\" data-id=\"cdd887b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f9b0828\" data-id=\"f9b0828\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3f4ca2a elementor-widget elementor-widget-global elementor-global-1288 elementor-widget-theme-post-title\" data-id=\"3f4ca2a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">CSS transitions in Elementor Navbar<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9cb2f34 elementor-widget elementor-widget-text-editor\" data-id=\"9cb2f34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<h3>To add the transition css:<\/h3><div>Choose <em><strong>Custom CSS<\/strong><\/em> in the Advanced tab of the Navbar element:<\/div><p><img decoding=\"async\" class=\"alignnone size-medium wp-image-1337\" src=\"https:\/\/pappcseperke.hu\/wp-content\/uploads\/2021\/01\/Elementor_addCustomCSS_transition-300x153.png\" alt=\"\" width=\"300\" height=\"153\" \/><\/p><p>with submenu:<\/p><p><img decoding=\"async\" class=\"alignnone size-medium wp-image-1362\" src=\"https:\/\/pappcseperke.hu\/wp-content\/uploads\/2021\/01\/Elementor_addCustomCSS_transition_v2-300x157.png\" alt=\"\" width=\"300\" height=\"157\" \/><\/p><h3>Code:<\/h3><p>selector .menu-item {<br \/>\u00a0 transition: 5s;<br \/>}<\/p><p>selector .elementor-sub-item {<br \/>\u00a0 transition: 3s;<br \/>}<\/p><p>(More info on transition at: <a href=\"https:\/\/www.w3schools.com\/css\/css3_transitions.asp\" target=\"_blank\" rel=\"noopener\">w3schools<\/a>)<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2966c2 elementor-widget elementor-widget-text-editor\" data-id=\"e2966c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Bonus link: <a href=\"https:\/\/designtheway.com\/transition-effect-in-elementor-popup\/\">Transition for popups in Elementor<\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-4cb55c1\" data-id=\"4cb55c1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>To add the transition css: Choose Custom CSS in the Advanced tab of the Navbar element: with submenu: Code: selector .menu-item {\u00a0 transition: 5s;} selector .elementor-sub-item {\u00a0 transition: 3s;} (More info on transition at: w3schools) Bonus link: Transition for popups in Elementor<\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"elementor_theme","format":"standard","meta":{"footnotes":""},"categories":[37,40],"tags":[58,60,78],"class_list":["post-1266","post","type-post","status-publish","format-standard","hentry","category-css","category-elementor","tag-css","tag-elementor","tag-transition"],"_links":{"self":[{"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/posts\/1266","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/comments?post=1266"}],"version-history":[{"count":1,"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/posts\/1266\/revisions"}],"predecessor-version":[{"id":8863,"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/posts\/1266\/revisions\/8863"}],"wp:attachment":[{"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/media?parent=1266"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/categories?post=1266"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pappcseperke.hu\/hu\/wp-json\/wp\/v2\/tags?post=1266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}