Skip to content

Template Animation: Added move and repeater animation (#618)#881

Merged
swissspidy merged 1 commit intomasterfrom
feature/add-move-animation
Apr 1, 2020
Merged

Template Animation: Added move and repeater animation (#618)#881
swissspidy merged 1 commit intomasterfrom
feature/add-move-animation

Conversation

@mariano-formidable
Copy link
Copy Markdown
Contributor

This PR adds the move animation and repeater (which is just a permutation of move.

Move animation:
move-default

Repeater animation:
repeater-default

* Internal dependencies
*/
import { ANIMATION_TYPE } from '../constants';
import { ANIMATION_TYPES } from '../constants';
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated it to plural name to be consistent with other constants in dashboard project.

@github-actions
Copy link
Copy Markdown
Contributor

Size Change: 0 B

Total Size: 503 kB

ℹ️ View Unchanged
Filename Size Change
assets/css/edit-story.css 3.01 kB 0 B
assets/css/stories-dashboard.css 206 B 0 B
assets/js/edit-story.js 432 kB 0 B
assets/js/stories-dashboard.js 67.2 kB 0 B

compressed-size-action

@mariano-formidable mariano-formidable linked an issue Mar 30, 2020 that may be closed by this pull request
@mariano-formidable mariano-formidable requested review from BrittanyIRL and carloskelly13 and removed request for BrittanyIRL and carloskelly13 April 1, 2020 15:27
@swissspidy swissspidy merged commit 815363b into master Apr 1, 2020
@swissspidy swissspidy deleted the feature/add-move-animation branch April 1, 2020 15:56
obetomuniz added a commit that referenced this pull request Apr 1, 2020
…working

* master: (50 commits)
  Update react-moveable and disable snap digits again (#941)
  Template Animation: Added move and repeater animation (#618) (#881)
  Fix storybook hierarchy (#939)
  Fix spinner / progress bar when saving (#937)
  Change placeholder text for pre-publish panel (#934)
  Bump @ampproject/toolbox-optimizer from 2.0.1 to 2.1.0 (#931)
  Bump eslint-plugin-testing-library from 3.0.1 to 3.0.2 (#932)
  Fix Document panel crashing (#930)
  Fix deployment (#928)
  Update URL when publishing post. (#836)
  Fix multiple warnings and proptype issues (#929)
  Added scroll behavior to layer panel when reordering by mouse (#551)
  Fix forms events in Firefox (#875)
  Add save story error message (#888)
  lints
  fixed tests
  font size calculations fixed
  Use native aspect-ration format for grid layers
  Fixed behavior for selected elements (#924)
  Fix ID prefix in auto-advanve-after (#915)
  ...
obetomuniz added a commit that referenced this pull request Apr 1, 2020
* master: (56 commits)
  Add Snackbar for Invalid Links. (#912)
  Renamed files to make more sense, updated aria-label.
  Finished initial pass on Dashboard My Stories Page UI Grid View
  Update react-moveable and disable snap digits again (#941)
  Template Animation: Added move and repeater animation (#618) (#881)
  Fix storybook hierarchy (#939)
  Fix spinner / progress bar when saving (#937)
  Change placeholder text for pre-publish panel (#934)
  Bump @ampproject/toolbox-optimizer from 2.0.1 to 2.1.0 (#931)
  Bump eslint-plugin-testing-library from 3.0.1 to 3.0.2 (#932)
  Fix Document panel crashing (#930)
  Fix deployment (#928)
  Update URL when publishing post. (#836)
  Fix multiple warnings and proptype issues (#929)
  Added scroll behavior to layer panel when reordering by mouse (#551)
  Fix forms events in Firefox (#875)
  Add save story error message (#888)
  lints
  fixed tests
  font size calculations fixed
  ...
@swissspidy swissspidy added the Type: Enhancement New feature or improvement of an existing feature label Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Group: Dashboard Type: Enhancement New feature or improvement of an existing feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Basic Template Animations

4 participants