I’m brand new to jQuery and have some experience using Prototype. In Prototype, there is a method to “flash” an element — ie. briefly highlight it in another color...
  • May 20, 2022
  • 0 Comments
<img class="image" src="" alt="" width="120" height="120"> Cannot get this animated image to work, it is supposed to do a 360 degrees rotation. I guess something’s wrong with the CSS...
  • May 15, 2022
  • 0 Comments
It’s a pretty straightforward question but I can’t find very good documentation on the CSS transition properties. Here is the CSS snippet: .nav a { text-transform:uppercase; text-decoration:none; color:#d3d3d3; line-height:1.5...
  • May 7, 2022
  • 0 Comments
Let’s say I have a vertical linearLayout with : [v1] [v2] By default v1 has visibily = GONE. I would like to show v1 with an expand animation and...
  • May 4, 2022
  • 0 Comments
I’m updating an old app with an AdBannerView and when there is no ad, it slides off screen. When there is an ad it slides on the screen. Basic...
  • April 15, 2022
  • 0 Comments