Experience-Monks / generator-jam3

This is a generator for Jam3 projects
MIT License
37 stars 3 forks source link

Add basic section transitions #114

Closed njam3 closed 9 years ago

njam3 commented 9 years ago

Basic fade in/out should be fine for now.

mikkoh commented 9 years ago

Just wondering about the implementation details for this.

Basically you have a container dom element TweenLite fades in and out?

njam3 commented 9 years ago

Yup, that's it. It is basically just there to let developers know we expect transitions. Especially if we have external developers working on it.