Color Blob Clock with Sequencing Numeral Colors
Slight variant on videos posted earlier of my sample radial gradient program: This time, the text color of the clock numerals change in sequence with one second delays between animations. Like all other animations you see here, text color animations (which is more involved than it looks as I had to write the code to interpolate between colors, but I cheated and used color channels rather than a color as an aggregate whole) are controlled by a CADisplayLink object that I use for stepping through the animation in my code.
Despite all of the above, I like the colors and blurring of the gradients, which is probably the main reason I keep on posting these videos...
Color Blob Clock with Sequencing Numeral Colors
Slight variant on videos posted earlier of my sample radial gradient program: This time, the text color of the clock numerals change in sequence with one second delays between animations. Like all other animations you see here, text color animations (which is more involved than it looks as I had to write the code to interpolate between colors, but I cheated and used color channels rather than a color as an aggregate whole) are controlled by a CADisplayLink object that I use for stepping through the animation in my code.
Despite all of the above, I like the colors and blurring of the gradients, which is probably the main reason I keep on posting these videos...