<?php if ( ! defined( 'ABSPATH' ) ) exit; ?> <script> (function() { var dlgtrigger = document.querySelector( '[data-dialog]' ), somedialog = document.getElementById( dlgtrigger.getAttribute( 'data-dialog' ) ), // svg.. morphEl = somedialog.querySelector( '.morph-shape' ), s = Snap( morphEl.querySelector( 'svg' ) ), path = s.select( 'path' ), steps = { open : morphEl.getAttribute( 'data-morph-open' ), close : morphEl.getAttribute( 'data-morph-close' ) }, dlg = new DialogFx( somedialog, { onOpenDialog : function( instance ) { // animate path setTimeout(function() { path.stop().animate( { 'path' : steps.open }, 1500, mina.elastic ); }, 250 ); }, onCloseDialog : function( instance ) { // animate path path.stop().animate( { 'path' : steps.close }, 250, mina.easeout ); } } ); dlgtrigger.addEventListener( 'click', dlg.toggle.bind(dlg) ); })(); </script>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
contact.php | File | 4.39 KB | 0644 |
|
content.php | File | 11.14 KB | 0644 |
|
countdown-setting.php | File | 4.44 KB | 0644 |
|
dashboard.php | File | 6.81 KB | 0644 |
|
design.php | File | 13.55 KB | 0644 |
|
fs.php | File | 987 B | 0644 |
|
pro.php | File | 725 B | 0644 |
|
seo.php | File | 5.41 KB | 0644 |
|
sidebar.php | File | 2.44 KB | 0644 |
|
social.php | File | 5.32 KB | 0644 |
|