Reliance Animation Academy

B.Sc. in Animation | Animation Degree After 12th

A comprehensive undergraduate degree program designed to equip students with the skills and knowledge required for a career in animation, covering 2D, 3D, and digital animation techniques.

Content:

The B.Sc. in Animation program is a three-year degree course that provides an in-depth understanding of animation principles, storytelling, character design, and digital techniques. Students will gain hands-on experience in industry-standard tools like Autodesk Maya, Adobe After Effects, and Toon Boom.

Key Topics Covered:

  • Fundamentals of Animation
  • 2D & 3D Animation
  • Storyboarding & Character Design
  • Visual Effects (VFX) Basics
  • Digital Art & Motion Graphics
  • Sound & Video Editing
  • Portfolio Development

This program is perfect for students looking to build a strong foundation in animation and pursue careers in film, gaming, advertising, and digital content creation.

Request Callback

// Run the script when the DOM is fully loaded document.addEventListener('DOMContentLoaded', function () { // Select all input fields of type 'tel' const numberInputs = document.querySelectorAll('input[type="tel"]'); // Remove non-digit characters from the input numberInputs.forEach(function(input) { input.addEventListener('input', function() { // Replace anything that is not a digit with an empty string this.value = this.value.replace(/\D/g, ''); }); }); // Limit the number of digits to 15 numberInputs.forEach(function(input) { input.addEventListener('input', function() { // Trim the value to 15 digits if it exceeds the limit if (this.value.length > 15) { this.value = this.value.slice(0, 15); } }); }); });

Our team will contact you soon.

Schedule A Free Orientation Session