I have tried to make animation to the popup window that appears with fancybox, the only problem is that I would like that the html content must follow up the animation as if all html are one block, I tried here jsFiddle,
openMethod : "zoomIn",
openEffect : 'elastic',
openEasing: 'easeOutBack',
openSpeed : 600,
but only the wrapper window and border are zooming, I want that text will be bigger and follow the zooming opening animation, Is that possible?