PluginProbe
Cool Flipbox – Shortcode & Gutenberg Block / 1.4
Cool Flipbox – Shortcode & Gutenberg Block v1.4
trunk 1.4 1.5 1.6 1.6.2 1.7.1 1.8.3 1.9.0 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.1
flip-boxes / assets / js / flipbox.min.js

flipbox.min.js in Cool Flipbox – Shortcode & Gutenberg Block 1.4, at assets/js/flipbox.min.js

1 lines 518 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 jQuery(document).ready(function($){$(".flip").each(function(){var effect=$(this).data("effect");$(this).flip({axis:effect,trigger:"hover"})}),$(".face a").on("touchstart",function(e){e.stopPropagation()}),$(".flip").each(function(){$(this).on("touchstart",function(){$(this).flip("toggle")})}),$('.flip[data-height="equal"]').each(function(){var maxHeight=0;$(".cfb-section").each(function(){$(this).height()>maxHeight&&(maxHeight=$(this).height())}),$('.flip[data-height="equal"] .cfb-section').height(maxHeight)})});