Skip to content

conniefry/pxComponents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pxComponents

A framework for using pxscene

Usage

pxComponents simplifies the creation of pxscene objects like Image and helps add effects and animation

// image rendered with polaroid, drop shadow and top shadow
var p1 = imageRenderer.render(image({url:photoUrl,parent:root,x:50,y:50,sx:0.10,sy:0.10})
            .addEffects(pxImageEffects()
              .polaroid(shadowUrl)
              .topShadow(bgDropShadowUrl)
              .dropShadow(shadowUrl)
            ))

**For more info checkout the ** wiki

Common Documentation locations -

About

A wrapper library framework for pxscene

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%