Category: After Effects
-
Setting Comp for After Effects video
Use a composition to control some elements from one place Create comp and call it [CONTROL ROOM] Create any element, apply to it any control based on your needs from [Effects & Presets] > [Expression Control] Color Control: Colors Slider Control: I use it for opacity Checkbox Control: ON / OFF One the element opacity…
-
Make a rectangle self-resize to text size
Create a shape layer, from effects menu apply Slider with the following expression Apply the slider to your shape element. Rename the slider to “Padding“. In Shaper object, go to Content > Rectangle 1 > Rectangle Path 1 > Size Alt + Click on Size. Apply the below code. Remember to rename your text layer…
-
asp.net | Date conflict mm/dd
In our region we use the UK format for dates (dd/mm) however, the SQL database default time line is US (mm/dd), that could create problems while inserting dates into the database. To solve this issue, in SQL Server Management studio Add the following code in web.config