Update to nellyfish.com

I haven't posted for a while, as I've been busy porting my games across to iOS.  I should have some news on this very soon.  In anticipation to the iOS release I have made an update to the nellyfish.com site.

nellyfish.com

It was just a one page site linking to Google Play.  This has now been updated to have a details page for each game with screen shots, reviews and links to the various app stores (when available).  It's using HTML5.  There is also a nice zooming effect that was done using CSS keyframe animation, as follows ...

@keyframes zoomEffect {
   from { opacity: 0; transform: scale(0.5); }
   }

.class_to_zoom_in {
  animation: zoomEffect .8s ease-in both
...
;

Check it out at nellyfish.com

#coding #gaming #nellyfish

Comments

Back to blog