Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ampproject/animations
base: 1352e107dfae0221c8ee80352e3d12166b28e47e
Choose a base ref
...
head repository: ampproject/animations
compare: 0.1.0
Choose a head ref
  • 7 commits
  • 55 files changed
  • 1 contributor

Commits on Nov 2, 2018

  1. Add a few demos. (#6)

    Sepand Parhami committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    c6b3dc1 View commit details
    Browse the repository at this point in the history
  2. Fix package.json module/main paths. (#8)

    Sepand Parhami committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    d039692 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. Add docs for prepareImageAnimation (#9)

    Sepand Parhami committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    a5d50e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2018

  1. Make build work on MacOS / BSD.

    Sepand Parhami committed Nov 20, 2018
    Configuration menu
    Copy the full SHA
    77706e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Handle object-fit gracefully for older browsers. (#12)

    This fixes an Error being thrown in IE since it does not support object-fit.
    Sepand Parhami committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    6475017 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Object position (#13)

    Support object-position
    
    - Change from always assuming centered to supporting the `object-position` CSS property
    - Change scaling to use top/left corner as the transform origin
    - Add a separate animation for the position of the rendered image matching `object-position`
    - Add two demos using `object-position`
    Sepand Parhami committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    fe6e30c View commit details
    Browse the repository at this point in the history
  2. Bump version to 0.1.0

    Sepand Parhami committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    2c2125e View commit details
    Browse the repository at this point in the history