android-iconify icon indicating copy to clipboard operation
android-iconify copied to clipboard

Add pulsing spin animation

Open 1zaman opened this issue 9 years ago • 2 comments

The Font Awesome CSS framework has a pulse animation that rotates an icon in 8 steps, which matches the structure of it's pulsing spinner. This has been implemented with the "pulse" token here. Since Font Awesome seems to have the only dotted pulsing spinner out of the current font set, this seems a reasonable generic implementation at the moment. If at some point spinners with different pulses need to be handled, then a pulse property can be introduced for the icons, with 8 as the default count.

1zaman avatar Dec 16 '15 07:12 1zaman

Note that I have a few pull requests open at the moment, and they all somewhat affect each other. My develop branch can be consulted (and used) in merging multiple of these pull requests, as I have merged all of them these with appropriate summary in the merge commit messages. Alternatively, if you merge them one at a time, then I'll rebase the others to the merged state.

1zaman avatar Dec 16 '15 08:12 1zaman

please merge this feature. It helps to make Apps that are consistent between Web and Android.

andreasschiestl avatar Mar 31 '16 07:03 andreasschiestl