August 27, 2019
I’ve been struggling a few times now when my clients ask me to export small tv spots for tv or online tv ads diffusion. This is why I’m gonna try to make it clear (in my own way, as a newbie in this domain) for those who might be in my situation. When you need […] Read more
May 22, 2019
All you’ll need in this tutorial is a bit of knowledges in HTML, a good comprehension of the mediaqueries in CSS and understand how is working the JS function that we gonna use, to make our responsive menu. First of all, to make a simple responsive menu, we need to make a HTML skeleton as […] Read more
April 12, 2019
Today, I am making a new website for a client. I’m setting up a wordpress on my local server. As usual I link all the libraries I need, the JS plugins and I modify the common WordPress settings in the dashboard. When I set all the media sizes to “0”, I just realised that WordPress […] Read more
April 5, 2019
You probably already looked for it on internet… You probably crushed your head into the table trying to round numbers in your composition on After Effects! Here is the solution: math.round(); //The function Math.round('what you need to round') //Returns 20 Math.round(20.49) //Returns 21 Math.round(20.5) //Returns -20 Math.round(-20.5) We often use the function math.round() to round […] Read more
March 28, 2019
Expressions are the best tool to enhance your animations Hey there! Today I’d like to share with you my favorites Adobe After Effects expressions. Your expressions add value to your work. It automates the way you animate your assets, it makes calculation and solves algorithms for you. How do I integrate an expression ? Simply […] Read more