Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(demo): fix example with maskitoRejectEvent plugin #767

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

nsbarsukov
Copy link
Member

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring
  • Build or CI related changes
  • Tests related changes
  • Documentation content changes

What is the current behaviour?

Open https://maskito.dev/core-concepts/plugins#reject
Type 1234.
No animation.

What is the new behaviour?

Angular 15 changed @keyframes name format

Learn more:
https://angular.io/guide/update-to-version-15#keyframes-name-format-changes

Copy link
Contributor

github-actions bot commented Dec 14, 2023

Visit the preview URL for this PR (updated for commit 4a143b3):

https://maskito--pr767-fix-reject-demo-962x5atf.web.app

(expires Fri, 15 Dec 2023 13:29:21 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 61e4dea776cbea516b68c67840913d2edd88bb90

@nsbarsukov nsbarsukov merged commit 1d0ab10 into main Dec 14, 2023
23 checks passed
@nsbarsukov nsbarsukov deleted the fix-reject-demo branch December 14, 2023 13:44
@@ -7,8 +7,10 @@ import mask from './mask';
selector: 'plugins-reject-doc-example-1',
template: `
<tui-input
class="input"
[style.animation-duration.ms]="300"
[style.animation-iteration-count]="1"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think iteration count 1 is the default :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants