Storyboarding, animation, look development, 3D design, illustration, graphic design, VFX
We work with
"We’ve been working with All Things for around 12 months now as we’ve been building a new Institute at UTS. They’ve been helping us create a range of video collateral for our website and programs. All Things All Creatures have been an excellent creative partner – adaptable, nimble and collaborative."
Nella Soeterboek Human Technology Institute Manager UTS Human Technology Institute
"Kai and Abbey are so friendly and bring such a positive energy to every shoot. They recently produced the 10-year anniversary film of our Pre-Professional Year program and it received such a positive reception from both staff and audiences – we couldn’t be happier. We look forward to working with All Things All Creatures on many projects to come!"
Natalie Zagaglia Marketing Manager, Sydney Dance Company
// Get the Vimeo iframe
const vimeoIframe = document.querySelector('.vimeo-player');
// Function to pause the video
function pauseVimeo() {
if (vimeoIframe) {
const iframe = vimeoIframe.contentWindow;
const vimeo = vimeoIframe.contentWindow.vimeo;
if (vimeo && vimeo.api) {
vimeo.api.pause();
}
}
}
// Attach an event listener to the modal close event
document.addEventListener('modalClosed', pauseVimeo);