question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wave animation is not working

See original GitHub issue

Hello, Thank you for these awesome Spin Kits. I was using Wave. But this is not animating as the wave. Please take a look at this screenshot. https://ibb.co/jR6Mpo

My XML:

<com.github.ybq.android.spinkit.SpinKitView android:id="@+id/progressBar" style="@style/SpinKitView.Wave" xmlns:app="http://schemas.android.com/apk/res-auto" app:SpinKit_Color="@color/red" app:SpinKit_Style="Wave" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/inputsearchenglishhome" android:layout_marginTop="65dp" android:visibility="visible" />

My Java:

private ProgressBar progressBar; progressBar = (ProgressBar) rootView.findViewById(R.id.progressBar); Wave wave = new Wave(); progressBar.setIndeterminateDrawable(wave);

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
liberncommented, Jul 15, 2018

Confirmed! The 1.1.0 version is working right now.

Thanks @javichaques

0reactions
liberncommented, Jul 15, 2018

Same issues on newer gradle with 26+.

Almost all the animations is not animated as expected. Try a new project with latest target.

minSdkVersion 21 targetSdkVersion 27

Read more comments on GitHub >

github_iconTop Results From Across the Web

My wave animation is not working - Blender Stack Exchange
So I'm just trying to create a cartoon ocean from a YouTube tutorial , and I went to apply the Wave animation, but...
Read more >
CSS Animations Not Working? Try These Fixes - HubSpot Blog
Learn how to fix common CSS animation error and get your animations looking how you want them.
Read more >
css wave animation bug - html - Stack Overflow
I have this css animation, which should represent waves. But somehow they keep disappearing and appearing somewhere else.... This is my HTML: ....
Read more >
Wave Warp not animating on Adjustment Layer
I'm trying to place a wave warp effect on an adjustment layer over 3 clips. It will statically warp the image, but it...
Read more >
How to Add Pure CSS Waves to Your Website - Section.io
The browser achieves this by reducing update times of animations running in tabs that are not visible. Good loading score.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found