animation

  1. Abdull Cadre

    Share My Creation B4A UI kits

    UI Templates B4A designer is a very good interface for designing layouts, with a little study you can create modern UIs that create a better user experience. Find the best layout and adjust it to your app: e-Food UI Demo USD 9.9 Online Groceries App UI Demo USD 7.9 NFT-Elux-SpaceUI...
  2. Alexander Stolte

    Android Example [B4X] AS CalendarAdvanced - Expand with xCLV

    This is a sample project to demonstrate how to expand or collapse the calendar and at the same time adjust a listview below it. https://www.b4x.com/android/forum/threads/b4x-xui-as-calendaradvanced-%F0%9F%93%85-onerow-fiverow-calendar-expand-and-collapse.128809/ Make sure you have V2.07 Private...
  3. moty22

    Share My Creation OLED Animation

    I've been banging my head all day to get it to work. The animation is from 3 bitmaps switched periodically. The code uses wire lib. Screen is 128x64, i2c, 1306 driver. The code is for Arduino Uno or Nano. To convert image to code: On a PC (MS Paint) save image as monochrom bmp. Download LCD...
  4. User242424

    B4A Library AXrLottie

    Hello World! Another B4A Library šŸ˜ AXrLottie AXrLottie (Android) Renders animations and vectors exported in the bodymovin JSON format. (Using rlottie) What is Lottie? What is rlottie? What is AXrLottie? AXrLottie includes rlottie into the Android. Easy A! Lottie Examples Telegram is...
  5. User242424

    B4A Library AXPowerView

    Hello World! Another B4A Library with awesome animations and circular loading šŸ˜ AXPowerView Inspired by HotspotShieldVPN. See more in Github Lib+Sample attached :)
  6. sadeq.hitex

    B4A Library Hitex TransformationLayout

    🌠 Transform into a different view or activity using morphing animations. Using Transformation motions of new material version. Github : https://github.com/skydoves/TransformationLayout (Kotlin) Just for B4A min sdk : 21...
  7. Alexander Stolte

    B4A Library [B4X] [XUI] AS Color Slider Advanced - a Snapchat like color picker

    Hey, i spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :) Features cross-platform compatible set your own color palette as image slim and clean nice transition...
  8. Biswajit

    B4i Library Lottie (Render After Effects Animations Natively)

    This is a wrapper for this Github project. Click here for the B4A wrapper by @DonManfred Here you can find free Lottie animations. Remember to download as Lottie JSON. iLottie Author: @Biswajit Version: 1 iLottie Events: AnimationFinished (Completed As Boolean) Fields: AnimationView As...
  9. P

    B4A Library AnimateProgressBar - Standard Progress Bars are Animated Now

    Hi This library animates standard progress bars. It doesn't add any view Animation is smoother on a real device. this is a gif. Example: Sub Globals Private ProgressBar1 As ProgressBar Private RndPb As Button Dim apb As AnimateProgressBar End Sub Sub Activity_Create(FirstTime...
  10. M

    Bug? SetLayoutAnimated doesn't work

    hi, i'm trying to animate a bit my UI but i noticed that the "SetLayoutAnimated" feature doensn't work, nothing is animated at all, the only behavior is: invisible, and then after the specified time visible in the position i wanted to be. Without any animation. pnlHomeContent.Left =...
  11. M

    iOS Question CustomListView Remove item with animation

    hi everyone, i'm trying to achieve an cool effect when removing an item from a clv. i had a clv with some custom panels in it. each custom panel had a delete button. When the delte button is pressed I want the panel to exit from the screen animated, and all the item above scroll up to fill in...
  12. M

    iOS Question ScaleCenter Animation

    hi, i was looking for the ScaleCenter Animation (that on B4A is included in the Animation Library). There is something to achieve the same result on ios? Thanks
  13. Alexander Stolte

    B4A Class [B4X] [XUI] AS Ripple View

    First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) This is the First Version, if you have bugs, then ask in the comments. Thanks...
  14. ALBRECHT

    Android Question Simple loader Gif Animation with rotate image

    Hello, I have a simple script to animate a loader image during a wait for poststring class. It's works great but between each loop of the rotation there is a few waiting second ? like that : the code : Dim POStr As POSTstr Dim imgload As Animation...
  15. B

    Android Question xcustomlistview - disable loadlayout animation (attached project)

    I'm able to disable animation between activity, how to disable animation when loading layout in xcustomlistview ? NB : click most right button to switch activity attached the project. Thanks!!
  16. Star-Dust

    B4J Library [B4X] [XUI] SD ImageViewMultiple

    This new view allows you to insert up to 4 images and be viewed simultaneously in a view potion (See example images) The images are inserted with a small animation that makes the image look like clock hands. --------- 2 imeges ----------------- 3 images ----------------- 4 images ---------...
  17. Alexander Stolte

    B4A Library [B4X] [XUI] AS Placeholder View V0.2 BETA

    First, i spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you want to support me, then you can do it here by Paypal. :) This is a B4X variant of the 50 shades of lib. for android. This is a beta...
  18. alimanam3386

    B4i Library iAmir_ViewAnimator

    Easy to read and write chainable animations now in b4i :) Move Rotate Scale Transform Color Border github link
  19. C

    Android Question How to animate text

    In https://www.b4x.com/android/forum/threads/viewanimations.65124/, DonManfred has a ViewAnimations example which I successfully downloaded and executed and it did what it was supposed to do. Hoping to do something similar in my first app, I was hoping to see some B4X code that was behind the...
  20. K

    Android Question Animation to Custom View

    Hii everybody, I want to give my custom view animation like button click.
Top