animateEntry method

Presentation animateEntry(
  1. bool animate
)

Implementation

Presentation animateEntry(bool animate){
  _map["animateEntry"] = animate;
  return this;
}