Category: Animation

  • How To Create Animating Text In Figma

    How To Create Animating Text In Figma

    Animation is now on trend in design and development field. We can see different kind of micro interaction and animation in design presentation. Animation can make a website more appealing and eye catching. That’s why creating animation in figma while designing your project can take your work to the next level. Today I will listed…

  • Scrolling Text in Figma

    Scrolling Text in Figma

    Here are some steps to create a scrolling text animation in Figma 01) Open a new file in Figma and create a frame with the dimensions of your choice. This will serve as the container for your scrolling text animation. 02) Click on the “T” icon in the toolbar to create a new text layer.…

  • How ChatGPT Can Help The UI/UX Designer

    How ChatGPT Can Help The UI/UX Designer

    In the world of UI/UX design, staying ahead of the competition is crucial. Designers need to create innovative and engaging user experiences that stand out in a crowded marketplace. One way to do this is by leveraging the power of artificial intelligence (AI). ChatGPT is a language model created by OpenAI that can help UI/UX…

  • How To Use Typewriter Animation In Vue.Js

    How To Use Typewriter Animation In Vue.Js

    Use Vue.js custom typewriter animation and it’s easily customizable also, without any npm plugin and without jquery. Step 1: Components <template> <div class=”typewrite-area”> <h3 class=”typewrite”> {{typeValue}}<span class=”cursor” :class=”{‘typing’: typeStatus}”>&nbsp;</span> </h3> </div> </template>   Step 2: JS <script> export default { data: () => { return { typeValue: ”, typeStatus: false, typeArray: [‘Creative.’, ‘Digital.’, ‘Design.’, ‘Development.’,],…

  • Simple Animation For Background

    Simple Animation For Background

    Particles.js is a pure JavaScript plugin to draw animated, interactive particles on an HTML canvas element. So, Let’s go! Step 1: JS Library https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.3/particles.min.js Step 2: HTML <div class=”banner-area”>     <div class=”container”>     </div>     <div id=”particles-js”></div> </div> Step 2: CSS #particles-js {     width: 100%;     height: 100%;  …

  • Use Smooth Scroll Animation For Making Your Website Beautiful

    Use Smooth Scroll Animation For Making Your Website Beautiful

    In this article, I am come up with general use of smooth scroll animation for making your website beautiful! This is the unique version of Smooth Scroll animation for individual websites and themes. It is supported with the mouse wheel, keyboard, and touchpad scrolling. On the other hand, Chrome, Firefox, Edge, Safari, Internet Explorer, everything is…

  • How to use TweenMax Animation?

    How to use TweenMax Animation?

    In this article, I will show you how to use TweenMax animation! so let’s start. Step 1: Animation Library Step 2: HTML Code Step 3: JS Code That’s all! If you have any queries, then let me know in the comment section. Bonus: Are you looking for the latest WordPress themes? Gunter – Click to…